<?xml version="1.0" encoding="utf-8"?>
<afd locale="en_US" version="1.0" xmlns="http://ns.adobe.com/afd">
	<feature application="PHSP" id="File-New">
		<name id="File/New/name" value="New"/>
		<context id="File/New/context" value="File &gt; New"/>
		<desc id="File/New/desc" value="Create a new Photoshop document"/>
		<keywords>
			<keyword id="File/New/keywords/New" value="New"/>
			<keyword id="File/New/keywords/Create" value=" Create"/>
			<keyword id="File/New/keywords/Start" value=" Start"/>
			<keyword id="File/New/keywords/Begin" value=" Begin"/>
		</keywords>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idMk = charIDToTypeID( "Mk  " ); var desc36 = new ActionDescriptor(); var idNw = charIDToTypeID( "Nw  " ); var idDcmn = charIDToTypeID( "Dcmn" ); desc36.putClass( idNw, idDcmn ); executeAction( idMk, desc36, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="File-Open">
		<name id="File/Open/name" value="Open"/>
		<context id="File/Open/context" value="File &gt; Open"/>
		<desc id="File/Open/desc" value="Open a Photoshop document"/>
		<keywords>
			<keyword id="File/Open/keywords/Open" value="Open"/>
			<keyword id="File/Open/keywords/File" value=" File"/>
			<keyword id="File/Open/keywords/" value=" "/>
		</keywords>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idOpn = charIDToTypeID( "Opn " ); executeAction( idOpn, undefined, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="File-OpenAsSmartObject">
		<name id="File/OpenAsSmartObject/name" value="Open As Smart Object"/>
		<context id="File/OpenAsSmartObject/context" value="File &gt; Open As Smart Object"/>
		<desc id="File/OpenAsSmartObject/desc" value="Open as a Smart Object, useful for non-destructive editing"/>
		<keywords>
			<keyword id="File/OpenAsSmartObject/keywords/OpenasSmartObject" value="Open as Smart Object"/>
			<keyword id="File/OpenAsSmartObject/keywords/OpenasSO,OpenSO" value=" Open as SO, Open SO"/>
		</keywords>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idOpn = charIDToTypeID( "Opn " ); var desc39 = new ActionDescriptor(); var idsmartObject = stringIDToTypeID( "smartObject" ); desc39.putBoolean( idsmartObject, true ); executeAction( idOpn, desc39, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="File-ClearRecent">
		<name id="File/ClearRecent/name" value="Clear Recent"/>
		<context id="File/ClearRecent/context" value="File &gt; Open Recent &gt; Clear Recent"/>
		<desc id="File/ClearRecent/desc" value="Clear the list of recently opened files"/>
		<keywords>
			<keyword id="File/ClearRecent/keywords/ClearRecentlyopenedfiles" value="Clear Recently opened files"/>
			<keyword id="File/ClearRecent/keywords/ClearRecentFiles" value=" Clear Recent Files"/>
			<keyword id="File/ClearRecent/keywords/ClearRecent" value=" Clear Recent"/>
		</keywords>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="File-ShareMyScreen">
		<name id="File/ShareMyScreen/name" value="Share My Screen"/>
		<context id="File/ShareMyScreen/context" value="File &gt; Share My Screen"/>
		<desc id="File/ShareMyScreen/desc" value="Conduct free Web conferencing via Adobe Connect"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" );    var desc1 = new ActionDescriptor();    var idnull = charIDToTypeID( "null" );        var ref1 = new ActionReference();        var idMn = charIDToTypeID( "Mn  " );        var idMnIt = charIDToTypeID( "MnIt" );        var idshareMyScreen = stringIDToTypeID( "shareMyScreen" );        ref1.putEnumerated( idMn, idMnIt, idshareMyScreen );    desc1.putReference( idnull, ref1 );executeAction( idslct, desc1, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="File-DeviceCentral">
		<name id="File/DeviceCentral/name" value="Device Central"/>
		<context id="File/DeviceCentral/context" value="File &gt; Device Central"/>
		<desc id="File/DeviceCentral/desc" value="Open Adobe Device Central to create or preview documents for mobile authoring"/>
		<keywords>
			<keyword id="File/DeviceCentral/keywords/OpenDeviceCentral" value="Open Device Central"/>
			<keyword id="File/DeviceCentral/keywords/OpenAdobeDeviceCentral,OpenADC" value=" Open Adobe Device Central, Open ADC"/>
		</keywords>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" );    var desc2 = new ActionDescriptor();    var idnull = charIDToTypeID( "null" );        var ref2 = new ActionReference();        var idMn = charIDToTypeID( "Mn  " );        var idMnIt = charIDToTypeID( "MnIt" );        var iddeviceCentral = stringIDToTypeID( "deviceCentral" );        ref2.putEnumerated( idMn, idMnIt, iddeviceCentral );    desc2.putReference( idnull, ref2 );executeAction( idslct, desc2, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="File-Close">
		<name id="File/Close/name" value="Close"/>
		<context id="File/Close/context" value="File &gt; Close"/>
		<desc id="File/Close/desc" value="Close the current document"/>
		<keywords>
			<keyword id="File/Close/keywords/Close" value="Close"/>
			<keyword id="File/Close/keywords/Closecurrentdocument" value=" Close current document"/>
			<keyword id="File/Close/keywords/Closecurrentdoc" value=" Close current doc"/>
		</keywords>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idCls = charIDToTypeID( "Cls " ); executeAction( idCls, undefined, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="File-CloseAll">
		<name id="File/CloseAll/name" value="Close All"/>
		<context id="File/CloseAll/context" value="File &gt; Close All"/>
		<desc id="File/CloseAll/desc" value="Close all documents"/>
		<keywords>
			<keyword id="File/CloseAll/keywords/Closeall" value="Close all"/>
			<keyword id="File/CloseAll/keywords/Closealldocuments" value=" Close all documents"/>
			<keyword id="File/CloseAll/keywords/closealldocs" value=" close all docs"/>
		</keywords>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc41 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref28 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idClsA = charIDToTypeID( "ClsA" ); ref28.putEnumerated( idMn, idMnIt, idClsA ); desc41.putReference( idnull, ref28 ); executeAction( idslct, desc41, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="File-CloseandGoToBridge">
		<name id="File/CloseandGoToBridge/name" value="Close and Go To Bridge"/>
		<context id="File/CloseandGoToBridge/context" value="File &gt; Close and Go To Bridge"/>
		<desc id="File/CloseandGoToBridge/desc" value="Close the current document and switch to Adobe Bridge"/>
		<keywords>
			<keyword id="File/CloseandGoToBridge/keywords/CloseandswitchtoBridge" value="Close and switch to Bridge"/>
			<keyword id="File/CloseandGoToBridge/keywords/CloseswitchBridge" value=" Close switch Bridge"/>
			<keyword id="File/CloseandGoToBridge/keywords/CloseandswitchFileBrowser" value=" Close and switch File Browser"/>
		</keywords>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc42 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref29 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idbrowseAndClose = stringIDToTypeID( "browseAndClose" ); ref29.putEnumerated( idMn, idMnIt, idbrowseAndClose ); desc42.putReference( idnull, ref29 ); executeAction( idslct, desc42, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="File-Save">
		<name id="File/Save/name" value="Save"/>
		<context id="File/Save/context" value="File &gt; Save"/>
		<desc id="File/Save/desc" value="Save the current document"/>
		<keywords>
			<keyword id="File/Save/keywords/Save" value="Save"/>
			<keyword id="File/Save/keywords/Savecurrent" value=" Save current"/>
			<keyword id="File/Save/keywords/SaveDocument" value=" Save Document"/>
			<keyword id="File/Save/keywords/Savefile" value=" Save file"/>
		</keywords>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idsave = charIDToTypeID( "save" ); executeAction( idsave, undefined, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="File-SaveAs">
		<name id="File/SaveAs/name" value="Save As"/>
		<context id="File/SaveAs/context" value="File &gt; Save As"/>
		<desc id="File/SaveAs/desc" value="Save the current document with different options"/>
		<keywords>
			<keyword id="File/SaveAs/keywords/Savewithdifferentoptions" value="Save with different options"/>
			<keyword id="File/SaveAs/keywords/savew/differentoptions" value=" save w/ different options"/>
		</keywords>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idsave = charIDToTypeID( "save" ); var desc43 = new ActionDescriptor(); var idCpy = charIDToTypeID( "Cpy " ); desc43.putBoolean( idCpy, true ); executeAction( idsave, desc43, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="File-CheckIn">
		<name id="File/CheckIn/name" value="Check In"/>
		<context id="File/CheckIn/context" value="File &gt; Check In"/>
		<desc id="File/CheckIn/desc" value="Check the current file into a managed workflow"/>
		<keywords>
			<keyword id="File/CheckIn/keywords/Checkintomanagedworkflow" value="Check into managed workflow"/>
			<keyword id="File/CheckIn/keywords/checkintomanagedworkflow" value=" check in to managed workflow"/>
			<keyword id="File/CheckIn/keywords/checkintomanagedworkflow" value=" check into managed work flow"/>
			<keyword id="File/CheckIn/keywords/checkintomanagedworkflow" value=" check into managed work flow"/>
		</keywords>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idsave = charIDToTypeID( "save" ); var desc44 = new ActionDescriptor(); var idVrsn = charIDToTypeID( "Vrsn" ); desc44.putBoolean( idVrsn, true ); executeAction( idsave, desc44, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="File-SaveforWebandDevices">
		<name id="File/SaveforWebandDevices/name" value="Save for Web and Devices"/>
		<context id="File/SaveforWebandDevices/context" value="File &gt; Save for Web and Devices"/>
		<desc id="File/SaveforWebandDevices/desc" value="Optimize the current document for Web or mobile output"/>
		<keywords>
			<keyword id="File/SaveforWebandDevices/keywords/Optimizeforweb" value="Optimize for web"/>
			<keyword id="File/SaveforWebandDevices/keywords/Optimizeformobile" value=" Optimize for mobile"/>
			<keyword id="File/SaveforWebandDevices/keywords/Mobile" value=" Mobile"/>
			<keyword id="File/SaveforWebandDevices/keywords/WebOptimize" value=" Web Optimize"/>
		</keywords>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc45 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref30 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idSvfw = charIDToTypeID( "Svfw" ); ref30.putEnumerated( idMn, idMnIt, idSvfw ); desc45.putReference( idnull, ref30 ); executeAction( idslct, desc45, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="File-Revert">
		<name id="File/Revert/name" value="Revert"/>
		<context id="File/Revert/context" value="File &gt; Revert"/>
		<desc id="File/Revert/desc" value="Return the current document to its previously saved state"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idRvrt = charIDToTypeID( "Rvrt" ); executeAction( idRvrt, undefined, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="File-Place">
		<name id="File/Place/name" value="Place"/>
		<context id="File/Place/context" value="File &gt; Place"/>
		<desc id="File/Place/desc" value="Place a file into the current document as a Smart Object"/>
		<keywords>
			<keyword id="File/Place/keywords/PlaceindocumentasSmartObject" value="Place in document as Smart Object"/>
			<keyword id="File/Place/keywords/PlaceasSmartObject" value=" Place as Smart Object"/>
			<keyword id="File/Place/keywords/PlaceSO" value=" Place SO"/>
		</keywords>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc46 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref31 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idPlce = charIDToTypeID( "Plce" ); ref31.putEnumerated( idMn, idMnIt, idPlce ); desc46.putReference( idnull, ref31 ); executeAction( idslct, desc46, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="File-VariableDataSets">
		<name id="File/VariableDataSets/name" value="Variable Data Sets"/>
		<context id="File/VariableDataSets/context" value="File &gt; Import &gt; Variable Data Sets"/>
		<desc id="File/VariableDataSets/desc" value="Import a comma-separated or tab-delimited data file for batch image creation"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc47 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref32 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idimportDataSets = stringIDToTypeID( "importDataSets" ); ref32.putEnumerated( idMn, idMnIt, idimportDataSets ); desc47.putReference( idnull, ref32 ); executeAction( idslct, desc47, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="File-VideoFramestoLayers">
		<name id="File/VideoFramestoLayers/name" value="Video Frames to Layers"/>
		<context id="File/VideoFramestoLayers/context" value="File &gt; Import &gt; Video Frames to Layers"/>
		<desc id="File/VideoFramestoLayers/desc" value="Convert some or all the frames of a video file into Photoshop layers"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idimportVideoToLayers = stringIDToTypeID( "importVideoToLayers" ); var desc48 = new ActionDescriptor(); executeAction( idimportVideoToLayers, desc48, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="File-Annotations">
		<name id="File/Annotations/name" value="Annotations"/>
		<context id="File/Annotations/context" value="File &gt; Import &gt; Annotations"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idimportAnnots = stringIDToTypeID( "importAnnots" ); var desc51 = new ActionDescriptor(); executeAction( idimportAnnots, desc51, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="File-DataSetsasFiles">
		<name id="File/DataSetsasFiles/name" value="Data Sets as Files"/>
		<context id="File/DataSetsasFiles/context" value="File &gt; Export &gt; Data Sets as Files"/>
		<desc id="File/DataSetsasFiles/desc" value="Export multiple files, one for each variable data set in the current document"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc50 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref33 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idexportDataSet = stringIDToTypeID( "exportDataSet" ); ref33.putEnumerated( idMn, idMnIt, idexportDataSet ); desc50.putReference( idnull, ref33 ); executeAction( idslct, desc50, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="File-PathstoIllustrator">
		<name id="File/PathstoIllustrator/name" value="Paths to Illustrator"/>
		<context id="File/PathstoIllustrator/context" value="File &gt; Export &gt; Paths to Illustrator"/>
		<desc id="File/PathstoIllustrator/desc" value="Export vector paths for use in Illustrator"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idExpr = charIDToTypeID( "Expr" );    var desc3 = new ActionDescriptor();    var idUsng = charIDToTypeID( "Usng" );    var idIllustratorExport.Thisstringmakesmeunique! = stringIDToTypeID( "Illustrator Export.  This string makes me unique!" );    desc3.putClass( idUsng, idIllustratorExport.Thisstringmakesmeunique! );executeAction( idExpr, desc3, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="File-RenderVideo">
		<name id="File/RenderVideo/name" value="Render Video"/>
		<context id="File/RenderVideo/context" value="File &gt; Export &gt; Render Video"/>
		<desc id="File/RenderVideo/desc" value="Render the current document in a video format"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idExpr = charIDToTypeID( "Expr" );    var desc6 = new ActionDescriptor();    var idUsng = charIDToTypeID( "Usng" );    var idvideoExport = stringIDToTypeID( "videoExport" );    desc6.putClass( idUsng, idvideoExport );executeAction( idExpr, desc6, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="File-SendVideoPreviewtoDevice">
		<name id="File/SendVideoPreviewtoDevice/name" value="Send Video Preview to Device"/>
		<context id="File/SendVideoPreviewtoDevice/context" value="File &gt; Export &gt; Send Video Preview to Device"/>
		<desc id="File/SendVideoPreviewtoDevice/desc" value="Preview the current document on an external video monitor"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idExpr = charIDToTypeID( "Expr" ); var desc53 = new ActionDescriptor(); var idUsng = charIDToTypeID( "Usng" ); desc53.putString( idUsng, "Send Video Preview to Device" ); executeAction( idExpr, desc53, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="File-VideoPreview">
		<name id="File/VideoPreview/name" value="Video Preview"/>
		<context id="File/VideoPreview/context" value="File &gt; Export &gt; Video Preview"/>
		<desc id="File/VideoPreview/desc" value="Set options for previewing the current document on an external video monitor"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idExpr = charIDToTypeID( "Expr" ); var desc54 = new ActionDescriptor(); var idUsng = charIDToTypeID( "Usng" ); desc54.putString( idUsng, "Video Preview" ); executeAction( idExpr, desc54, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="File-Zoomify">
		<name id="File/Zoomify/name" value="Zoomify"/>
		<context id="File/Zoomify/context" value="File &gt; Export &gt; Zoomify"/>
		<desc id="File/Zoomify/desc" value="Export the current file to the Web as a high-resolution file viewable through Adobe Flash"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idExpr = charIDToTypeID( "Expr" );    var desc7 = new ActionDescriptor();    var idUsng = charIDToTypeID( "Usng" );    var idZoomify = stringIDToTypeID( "Zoomify" );    desc7.putClass( idUsng, idZoomify );executeAction( idExpr, desc7, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="File-Batch">
		<name id="File/Batch/name" value="Batch"/>
		<context id="File/Batch/context" value="File &gt; Automate &gt; Batch"/>
		<desc id="File/Batch/desc" value="Use actions to process multiple files"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idBtch = charIDToTypeID( "Btch" ); executeAction( idBtch, undefined, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="File-CreateDroplet">
		<name id="File/CreateDroplet/name" value="Create Droplet"/>
		<context id="File/CreateDroplet/context" value="File &gt; Automate &gt; Create Droplet"/>
		<desc id="File/CreateDroplet/desc" value="Convert an action into a portable droplet file"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idCrtD = charIDToTypeID( "CrtD" ); executeAction( idCrtD, undefined, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="File-CropandStraightenPhotos">
		<name id="File/CropandStraightenPhotos/name" value="Crop and Straighten Photos"/>
		<context id="File/CropandStraightenPhotos/context" value="File &gt; Automate &gt; Crop and Straighten Photos"/>
		<desc id="File/CropandStraightenPhotos/desc" value="Create separate image files from a multiple-image scan"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idCropPhotosAutozerozerozeroone = stringIDToTypeID( "CropPhotosAuto0001" ); executeAction( idCropPhotosAutozerozerozeroone, undefined, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="File-ConditionalModeChange">
		<name id="File/ConditionalModeChange/name" value="Conditional Mode Change"/>
		<context id="File/ConditionalModeChange/context" value="File &gt; Automate &gt; Conditional Mode Change"/>
		<desc id="File/ConditionalModeChange/desc" value="Convert images in specified color modes to a different color mode"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var ideightcbaeightcdsixcbsixsixoneonedonebcfourthreezerozerosixzerobzeroaonethreedcfour = stringIDToTypeID( "8cba8cd6-cb66-11d1-bc43-0060b0a13dc4" ); executeAction( ideightcbaeightcdsixcbsixsixoneonedonebcfourthreezerozerosixzerobzeroaonethreedcfour, undefined, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="File-FitImage">
		<name id="File/FitImage/name" value="Fit Image"/>
		<context id="File/FitImage/context" value="File &gt; Automate &gt; Fit Image"/>
		<desc id="File/FitImage/desc" value="Resize the current image to fit within specified dimensions"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idthreecaathreefourthreefourcbsixsevenoneonedonebcfourthreezerozerosixzerobzeroaonethreedcfour = stringIDToTypeID( "3caa3434-cb67-11d1-bc43-0060b0a13dc4" ); executeAction( idthreecaathreefourthreefourcbsixsevenoneonedonebcfourthreezerozerosixzerobzeroaonethreedcfour, undefined, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="File-MergetoHDR">
		<name id="File/MergetoHDR/name" value="Merge to HDR"/>
		<context id="File/MergetoHDR/context" value="File &gt; Automate &gt; Merge to HDR"/>
		<desc id="File/MergetoHDR/desc" value="Create a 32-bit high dynamic range image by combining multiple images"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idAdobeScriptAutomationScripts = stringIDToTypeID( "AdobeScriptAutomation Scripts" );    var desc8 = new ActionDescriptor();    var idjsCt = charIDToTypeID( "jsCt" ); var appFolder = new Folder (app.path);    desc8.putPath( idjsCt, new File( appFolder + "/Presets/Scripts/Merge To HDR.jsx" ) );executeAction( idAdobeScriptAutomationScripts, desc8, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="File-Photomerge">
		<name id="File/Photomerge/name" value="Photomerge"/>
		<context id="File/Photomerge/context" value="File &gt; Automate &gt; Photomerge"/>
		<desc id="File/Photomerge/desc" value="Stitch multiple overlapping images into a single document"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idAdobeScriptAutomationScripts = stringIDToTypeID( "AdobeScriptAutomation Scripts" ); var desc57 = new ActionDescriptor(); var idjsCt = charIDToTypeID( "jsCt" );  var appFolder = new Folder (app.path);desc57.putPath( idjsCt, new File( appFolder + "/Presets/Scripts/Photomerge.jsx" )); executeAction( idAdobeScriptAutomationScripts, desc57, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="File-ImageProcessor">
		<name id="File/ImageProcessor/name" value="Image Processor"/>
		<context id="File/ImageProcessor/context" value="File &gt; Scripts &gt; Image Processor"/>
		<desc id="File/ImageProcessor/desc" value="Convert multiple images to JPEG, PSD, and/or TIFF formats"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idAdobeScriptAutomationScripts = stringIDToTypeID( "AdobeScriptAutomation Scripts" ); var desc57 = new ActionDescriptor(); var idjsCt = charIDToTypeID( "jsCt" );  var appFolder = new Folder (app.path);desc57.putPath( idjsCt, new File( appFolder + "/Presets/Scripts/Image Processor.jsx" )); executeAction( idAdobeScriptAutomationScripts, desc57, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="File-LayerCompstoFiles">
		<name id="File/LayerCompstoFiles/name" value="Layer Comps to Files"/>
		<context id="File/LayerCompstoFiles/context" value="File &gt; Scripts &gt; Layer Comps to Files"/>
		<desc id="File/LayerCompstoFiles/desc" value="Convert Layer Comps to individual files"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idAdobeScriptAutomationScripts = stringIDToTypeID( "AdobeScriptAutomation Scripts" ); var desc57 = new ActionDescriptor(); var idjsCt = charIDToTypeID( "jsCt" );  var appFolder = new Folder (app.path);desc57.putPath( idjsCt, new File( appFolder + "/Presets/Scripts/Layer Comps To Files.jsx" )); executeAction( idAdobeScriptAutomationScripts, desc57, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="File-LayerCompstoWPG">
		<name id="File/LayerCompstoWPG/name" value="Layer Comps to WPG"/>
		<context id="File/LayerCompstoWPG/context" value="File &gt; Scripts &gt; Layer Comps to WPG"/>
		<desc id="File/LayerCompstoWPG/desc" value="Convert Layer Comps to Web Photo Galleries"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idAdobeScriptAutomationScripts = stringIDToTypeID( "AdobeScriptAutomation Scripts" ); var desc57 = new ActionDescriptor(); var idjsCt = charIDToTypeID( "jsCt" );  var appFolder = new Folder (app.path);desc57.putPath( idjsCt, new File( appFolder + "/Presets/Scripts/Layer Comps To WPG.jsx" )); executeAction( idAdobeScriptAutomationScripts, desc57, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="File-ExportLayerstoFiles">
		<name id="File/ExportLayerstoFiles/name" value="Export Layers to Files"/>
		<context id="File/ExportLayerstoFiles/context" value="File &gt; Scripts &gt; Export Layers to Files"/>
		<desc id="File/ExportLayerstoFiles/desc" value="Convert the current document into multiple "/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idAdobeScriptAutomationScripts = stringIDToTypeID( "AdobeScriptAutomation Scripts" ); var desc57 = new ActionDescriptor(); var idjsCt = charIDToTypeID( "jsCt" );  var appFolder = new Folder (app.path);desc57.putPath( idjsCt, new File( appFolder + "/Presets/Scripts/Export Layers To Files.jsx" )); executeAction( idAdobeScriptAutomationScripts, desc57, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="File-ScriptEventsManager">
		<name id="File/ScriptEventsManager/name" value="Script Events Manager"/>
		<context id="File/ScriptEventsManager/context" value="File &gt; Scripts &gt; Script Events Manager"/>
		<desc id="File/ScriptEventsManager/desc" value="Have an event, such as opening, saving, or exporting a file in Photoshop, trigger a JavaScript or a Photoshop action"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idAdobeScriptAutomationScripts = stringIDToTypeID( "AdobeScriptAutomation Scripts" ); var desc57 = new ActionDescriptor(); var idjsCt = charIDToTypeID( "jsCt" );  var appFolder = new Folder (app.path);desc57.putPath( idjsCt, new File( appFolder + "/Presets/Scripts/Script Events Manager.jsx" )); executeAction( idAdobeScriptAutomationScripts, desc57, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="File-LoadFilesintoStack">
		<name id="File/LoadFilesintoStack/name" value="Load Files into Stack"/>
		<context id="File/LoadFilesintoStack/context" value="File &gt; Scripts &gt; Load Files into Stack"/>
		<desc id="File/LoadFilesintoStack/desc" value="Assemble multiple images into an image stack for additional processing"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idAdobeScriptAutomationScripts = stringIDToTypeID( "AdobeScriptAutomation Scripts" ); var desc57 = new ActionDescriptor(); var idjsCt = charIDToTypeID( "jsCt" );  var appFolder = new Folder (app.path);desc57.putPath( idjsCt, new File( appFolder + "/Presets/Scripts/Load Files into Stack.jsx" )); executeAction( idAdobeScriptAutomationScripts, desc57, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="File-LoadMultipleDICOMFiles">
		<name id="File/LoadMultipleDICOMFiles/name" value="Load Multiple DICOM Files"/>
		<context id="File/LoadMultipleDICOMFiles/context" value="File &gt; Scripts &gt; Load Multiple DICOM Files"/>
		<desc id="File/LoadMultipleDICOMFiles/desc" value="Load Multiple DICOM Files"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idAdobeScriptAutomationScripts = stringIDToTypeID( "AdobeScriptAutomation Scripts" ); var desc57 = new ActionDescriptor(); var idjsCt = charIDToTypeID( "jsCt" );  var appFolder = new Folder (app.path);desc57.putPath( idjsCt, new File( appFolder + "/Presets/Scripts/Load DICOM.jsx" )); executeAction( idAdobeScriptAutomationScripts, desc57, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="File-Statistics">
		<name id="File/Statistics/name" value="Statistics"/>
		<context id="File/Statistics/context" value="File &gt; Scripts &gt; Statistics"/>
		<desc id="File/Statistics/desc" value="Run a statistical operation (median, mean, etc.) on two or more images"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idAdobeScriptAutomationScripts = stringIDToTypeID( "AdobeScriptAutomation Scripts" ); var desc57 = new ActionDescriptor(); var idjsCt = charIDToTypeID( "jsCt" );  var appFolder = new Folder (app.path);desc57.putPath( idjsCt, new File( appFolder + "/Presets/Scripts/Statistics.jsx" )); executeAction( idAdobeScriptAutomationScripts, desc57, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="File-FileInfo">
		<name id="File/FileInfo/name" value="File Info"/>
		<context id="File/FileInfo/context" value="File &gt; File Info"/>
		<desc id="File/FileInfo/desc" value="Review and edit the caption, keywords, and other metadata of the current file"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc69 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref35 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idFlIn = charIDToTypeID( "FlIn" ); ref35.putEnumerated( idMn, idMnIt, idFlIn ); desc69.putReference( idnull, ref35 ); executeAction( idslct, desc69, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="File-PageSetup">
		<name id="File/PageSetup/name" value="Page Setup"/>
		<context id="File/PageSetup/context" value="File &gt; Page Setup"/>
		<desc id="File/PageSetup/desc" value="Define Page Parameters"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc70 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref36 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idPgSt = charIDToTypeID( "PgSt" ); ref36.putEnumerated( idMn, idMnIt, idPgSt ); desc70.putReference( idnull, ref36 ); executeAction( idslct, desc70, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="File-Print">
		<name id="File/Print/name" value="Print"/>
		<context id="File/Print/context" value="File &gt; Print"/>
		<desc id="File/Print/desc" value="Print the current document"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc71 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref37 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idprintOptions = stringIDToTypeID( "printOptions" ); ref37.putEnumerated( idMn, idMnIt, idprintOptions ); desc71.putReference( idnull, ref37 ); executeAction( idslct, desc71, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="File-Exit">
		<name id="File/Exit/name" value="Exit"/>
		<context id="File/Exit/context" value="File &gt; Exit"/>
		<desc id="File/Exit/desc" value="Quit Photoshop"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idquit = charIDToTypeID( "quit" ); executeAction( idquit, undefined, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Edit-Undo/Redo">
		<name id="Edit/Undo/Redo/name" value="Undo/Redo"/>
		<context id="Edit/Undo/Redo/context" value="Edit &gt; Undo/Redo"/>
		<desc id="Edit/Undo/Redo/desc" value="Undo the previous action | Redo the previous action"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idundo = charIDToTypeID( "undo" ); executeAction( idundo, undefined, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Edit-StepForward">
		<name id="Edit/StepForward/name" value="Step Forward"/>
		<context id="Edit/StepForward/context" value="Edit &gt; Step Forward"/>
		<desc id="Edit/StepForward/desc" value="Step forward through the document history"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idNxt = charIDToTypeID( "Nxt " ); var desc72 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref38 = new ActionReference(); var idHstS = charIDToTypeID( "HstS" ); ref38.putClass( idHstS ); desc72.putReference( idnull, ref38 ); executeAction( idNxt, desc72, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Edit-StepBackward">
		<name id="Edit/StepBackward/name" value="Step Backward"/>
		<context id="Edit/StepBackward/context" value="Edit &gt; Step Backward"/>
		<desc id="Edit/StepBackward/desc" value="Step backward through the document history"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idPrvs = charIDToTypeID( "Prvs" ); var desc73 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref39 = new ActionReference(); var idHstS = charIDToTypeID( "HstS" ); ref39.putClass( idHstS ); desc73.putReference( idnull, ref39 ); executeAction( idPrvs, desc73, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Edit-Fade">
		<name id="Edit/Fade/name" value="Fade"/>
		<context id="Edit/Fade/context" value="Edit &gt; Fade"/>
		<desc id="Edit/Fade/desc" value="Adjust the opacity and blending options of the previously applied action"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idFade = charIDToTypeID( "Fade" ); executeAction( idFade, undefined, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Edit-Cut">
		<name id="Edit/Cut/name" value="Cut"/>
		<context id="Edit/Cut/context" value="Edit &gt; Cut"/>
		<desc id="Edit/Cut/desc" value="Move the currently selected content to the clipboard"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idcut = charIDToTypeID( "cut " ); executeAction( idcut, undefined, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Edit-Copy">
		<name id="Edit/Copy/name" value="Copy"/>
		<context id="Edit/Copy/context" value="Edit &gt; Copy"/>
		<desc id="Edit/Copy/desc" value="Copy the currently selected content to the clipboard"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idcopy = charIDToTypeID( "copy" ); executeAction( idcopy, undefined, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Edit-CopyMerged">
		<name id="Edit/CopyMerged/name" value="Copy Merged"/>
		<context id="Edit/CopyMerged/context" value="Edit &gt; Copy Merged"/>
		<desc id="Edit/CopyMerged/desc" value="Make a merged copy of all the visible layers in the selected area."/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idCpyM = charIDToTypeID( "CpyM" ); executeAction( idCpyM, undefined, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Edit-Paste">
		<name id="Edit/Paste/name" value="Paste"/>
		<context id="Edit/Paste/context" value="Edit &gt; Paste"/>
		<desc id="Edit/Paste/desc" value="Paste a cut or copied selection into another part of the image or into another image as a new layer"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idpast = charIDToTypeID( "past" ); executeAction( idpast, undefined, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Edit-PasteInto">
		<name id="Edit/PasteInto/name" value="Paste Into"/>
		<context id="Edit/PasteInto/context" value="Edit &gt; Paste Into"/>
		<desc id="Edit/PasteInto/desc" value="Paste a cut or copied selection inside another selection in the same image or a different image"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idPstI = charIDToTypeID( "PstI" ); executeAction( idPstI, undefined, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Edit-Clear">
		<name id="Edit/Clear/name" value="Clear"/>
		<context id="Edit/Clear/context" value="Edit &gt; Clear"/>
		<desc id="Edit/Clear/desc" value="Delete the selected pixels"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idDlt = charIDToTypeID( "Dlt " ); executeAction( idDlt, undefined, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Edit-CheckSpelling">
		<name id="Edit/CheckSpelling/name" value="Check Spelling"/>
		<context id="Edit/CheckSpelling/context" value="Edit &gt; Check Spelling"/>
		<desc id="Edit/CheckSpelling/desc" value="Check the spelling of text layers in the current document"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idspellCheck = stringIDToTypeID( "spellCheck" ); executeAction( idspellCheck, undefined, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Edit-FindandReplaceText">
		<name id="Edit/FindandReplaceText/name" value="Find and Replace Text"/>
		<context id="Edit/FindandReplaceText/context" value="Edit &gt; Find and Replace Text"/>
		<desc id="Edit/FindandReplaceText/desc" value="Find &amp; replace text within the text layers of the current document"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idfindReplace = stringIDToTypeID( "findReplace" ); executeAction( idfindReplace, undefined, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Edit-Fill">
		<name id="Edit/Fill/name" value="Fill"/>
		<context id="Edit/Fill/context" value="Edit &gt; Fill"/>
		<desc id="Edit/Fill/desc" value="Fill the current layer or selection using a color, pattern, or document history"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idFl = charIDToTypeID( "Fl  " ); executeAction( idFl, undefined, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Edit-Stroke">
		<name id="Edit/Stroke/name" value="Stroke"/>
		<context id="Edit/Stroke/context" value="Edit &gt; Stroke"/>
		<desc id="Edit/Stroke/desc" value="Paint a colored border around a selection, path, or layer"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idStrk = charIDToTypeID( "Strk" ); executeAction( idStrk, undefined, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Edit-ContentAwareScale">
		<name id="Edit/ContentAwareScale/name" value="Content-Aware Scale"/>
		<context id="Edit/ContentAwareScale/context" value="Edit &gt; Content-Aware Scale"/>
		<desc id="Edit/ContentAwareScale/desc" value="Intelligently resize images while preserving essential details"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc2 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref2 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idcontentAware = stringIDToTypeID( "contentAware" ); ref2.putEnumerated( idMn, idMnIt, idcontentAware ); desc2.putReference( idnull, ref2 ); executeAction( idslct, desc2, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Edit-FreeTransform">
		<name id="Edit/FreeTransform/name" value="Free Transform"/>
		<context id="Edit/FreeTransform/context" value="Edit &gt; Free Transform"/>
		<desc id="Edit/FreeTransform/desc" value="Apply one or more transformations (rotate, scale, skew, distort, perspective) to the currently selected layer(s) or selection"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc74 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref40 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idFrTr = charIDToTypeID( "FrTr" ); ref40.putEnumerated( idMn, idMnIt, idFrTr ); desc74.putReference( idnull, ref40 ); executeAction( idslct, desc74, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Edit-Again">
		<name id="Edit/Again/name" value="Again"/>
		<context id="Edit/Again/context" value="Edit &gt; Transform &gt; Again"/>
		<desc id="Edit/Again/desc" value="Repeat the most recently applied transformation"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idTrnf = charIDToTypeID( "Trnf" ); var desc75 = new ActionDescriptor(); var idLstT = charIDToTypeID( "LstT" ); desc75.putBoolean( idLstT, true ); executeAction( idTrnf, desc75, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Edit-Scale">
		<name id="Edit/Scale/name" value="Scale"/>
		<context id="Edit/Scale/context" value="Edit &gt; Transform &gt; Scale"/>
		<desc id="Edit/Scale/desc" value="Scale the currently selected layer(s) or selection"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc76 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref41 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idScl = charIDToTypeID( "Scl " ); ref41.putEnumerated( idMn, idMnIt, idScl ); desc76.putReference( idnull, ref41 ); executeAction( idslct, desc76, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Edit-Rotate">
		<name id="Edit/Rotate/name" value="Rotate"/>
		<context id="Edit/Rotate/context" value="Edit &gt; Transform &gt; Rotate"/>
		<desc id="Edit/Rotate/desc" value="Rotate the currently selected layer(s) or selection"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc77 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref42 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idRtte = charIDToTypeID( "Rtte" ); ref42.putEnumerated( idMn, idMnIt, idRtte ); desc77.putReference( idnull, ref42 ); executeAction( idslct, desc77, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Edit-Skew">
		<name id="Edit/Skew/name" value="Skew"/>
		<context id="Edit/Skew/context" value="Edit &gt; Transform &gt; Skew"/>
		<desc id="Edit/Skew/desc" value="Apply an oblique transformation to the currently selected layer(s) or selection"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc78 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref43 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idSkew = charIDToTypeID( "Skew" ); ref43.putEnumerated( idMn, idMnIt, idSkew ); desc78.putReference( idnull, ref43 ); executeAction( idslct, desc78, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Edit-Distort">
		<name id="Edit/Distort/name" value="Distort"/>
		<context id="Edit/Distort/context" value="Edit &gt; Transform &gt; Distort"/>
		<desc id="Edit/Distort/desc" value="Push, pull, and stretch the currently selected layer(s) or selection to distort it"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc79 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref44 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idDstr = charIDToTypeID( "Dstr" ); ref44.putEnumerated( idMn, idMnIt, idDstr ); desc79.putReference( idnull, ref44 ); executeAction( idslct, desc79, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Edit-Perspective">
		<name id="Edit/Perspective/name" value="Perspective"/>
		<context id="Edit/Perspective/context" value="Edit &gt; Transform &gt; Perspective"/>
		<desc id="Edit/Perspective/desc" value="Apply a perspective transformation to the currently selected layer(s) or selection"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc80 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref45 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idPrsp = charIDToTypeID( "Prsp" ); ref45.putEnumerated( idMn, idMnIt, idPrsp ); desc80.putReference( idnull, ref45 ); executeAction( idslct, desc80, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Edit-Warp">
		<name id="Edit/Warp/name" value="Warp"/>
		<context id="Edit/Warp/context" value="Edit &gt; Transform &gt; Warp"/>
		<desc id="Edit/Warp/desc" value="Warp the currently selected layer(s) or selection"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc81 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref46 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idwarp = stringIDToTypeID( "warp" ); ref46.putEnumerated( idMn, idMnIt, idwarp ); desc81.putReference( idnull, ref46 ); executeAction( idslct, desc81, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Edit-Rotate180degrees">
		<name id="Edit/Rotate180degrees/name" value="Rotate 180 degrees "/>
		<context id="Edit/Rotate180degrees/context" value="Edit &gt; Transform &gt; Rotate 180 degrees "/>
		<desc id="Edit/Rotate180degrees/desc" value="Rotate the currently selected layer(s) or selection 180 degrees"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idRtte = charIDToTypeID( "Rtte" ); var desc82 = new ActionDescriptor(); var idAngl = charIDToTypeID( "Angl" ); var idAng = charIDToTypeID( "#Ang" ); desc82.putUnitDouble( idAngl, idAng, 180.000000 ); executeAction( idRtte, desc82, DialogModes.NO );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Edit-Rotate90degreesCW">
		<name id="Edit/Rotate90degreesCW/name" value="Rotate 90 degrees CW"/>
		<context id="Edit/Rotate90degreesCW/context" value="Edit &gt; Transform &gt; Rotate 90 degrees CW"/>
		<desc id="Edit/Rotate90degreesCW/desc" value="Rotate the currently selected layer(s) or selection 90 degrees clockwise"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idRtte = charIDToTypeID( "Rtte" ); var desc83 = new ActionDescriptor(); var idAngl = charIDToTypeID( "Angl" ); var idAng = charIDToTypeID( "#Ang" ); desc83.putUnitDouble( idAngl, idAng, 90.000000 ); executeAction( idRtte, desc83, DialogModes.NO );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Edit-Rotate90degreesCCW">
		<name id="Edit/Rotate90degreesCCW/name" value="Rotate 90 degrees CCW"/>
		<context id="Edit/Rotate90degreesCCW/context" value="Edit &gt; Transform &gt; Rotate 90 degrees CCW"/>
		<desc id="Edit/Rotate90degreesCCW/desc" value="Rotate the currently selected layer(s) or selection 90 degrees counterclockwise"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idRtte = charIDToTypeID( "Rtte" ); var desc84 = new ActionDescriptor(); var idAngl = charIDToTypeID( "Angl" ); var idAng = charIDToTypeID( "#Ang" ); desc84.putUnitDouble( idAngl, idAng, -90.000000 ); executeAction( idRtte, desc84, DialogModes.NO );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Edit-FlipHorizontal">
		<name id="Edit/FlipHorizontal/name" value="Flip Horizontal"/>
		<context id="Edit/FlipHorizontal/context" value="Edit &gt; Transform &gt; Flip Horizontal"/>
		<desc id="Edit/FlipHorizontal/desc" value="Flip the currently selected layer(s) or selection horizontally"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idFlip = charIDToTypeID( "Flip" ); var desc85 = new ActionDescriptor(); var idAxis = charIDToTypeID( "Axis" ); var idOrnt = charIDToTypeID( "Ornt" ); var idHrzn = charIDToTypeID( "Hrzn" ); desc85.putEnumerated( idAxis, idOrnt, idHrzn ); executeAction( idFlip, desc85, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Edit-FlipVertical">
		<name id="Edit/FlipVertical/name" value="Flip Vertical"/>
		<context id="Edit/FlipVertical/context" value="Edit &gt; Transform &gt; Flip Vertical"/>
		<desc id="Edit/FlipVertical/desc" value="Flip the currently selected layer(s) or selection vertically"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idFlip = charIDToTypeID( "Flip" ); var desc86 = new ActionDescriptor(); var idAxis = charIDToTypeID( "Axis" ); var idOrnt = charIDToTypeID( "Ornt" ); var idVrtc = charIDToTypeID( "Vrtc" ); desc86.putEnumerated( idAxis, idOrnt, idVrtc ); executeAction( idFlip, desc86, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Edit-Auto-AlignLayers">
		<name id="Edit/Auto-AlignLayers/name" value="Auto-Align Layers"/>
		<context id="Edit/Auto-AlignLayers/context" value="Edit &gt; Auto-Align Layers"/>
		<desc id="Edit/Auto-AlignLayers/desc" value="Align two or more selected layers based on their pixel content"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idAlgn = charIDToTypeID( "Algn" ); var desc87 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref47 = new ActionReference(); var idLyr = charIDToTypeID( "Lyr " ); var idOrdn = charIDToTypeID( "Ordn" ); var idTrgt = charIDToTypeID( "Trgt" ); ref47.putEnumerated( idLyr, idOrdn, idTrgt ); desc87.putReference( idnull, ref47 ); var idUsng = charIDToTypeID( "Usng" ); var idADSt = charIDToTypeID( "ADSt" ); var idADSContent = stringIDToTypeID( "ADSContent" ); desc87.putEnumerated( idUsng, idADSt, idADSContent ); executeAction( idAlgn, desc87, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Edit-Auto-BlendLayers">
		<name id="Edit/Auto-BlendLayers/name" value="Auto-Blend Layers"/>
		<context id="Edit/Auto-BlendLayers/context" value="Edit &gt; Auto-Blend Layers"/>
		<desc id="Edit/Auto-BlendLayers/desc" value="Blend the contents of two or more selected layers"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idmergeAlignedLayers = stringIDToTypeID( "mergeAlignedLayers" ); executeAction( idmergeAlignedLayers, undefined, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Edit-DefineBrushPreset">
		<name id="Edit/DefineBrushPreset/name" value="Define Brush Preset"/>
		<context id="Edit/DefineBrushPreset/context" value="Edit &gt; Define Brush Preset"/>
		<desc id="Edit/DefineBrushPreset/desc" value="Save the current brush tip &amp; brushing options as a new brush preset"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var iddefineBrush = stringIDToTypeID( "defineBrush" ); executeAction( iddefineBrush, undefined, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Edit-DefinePattern">
		<name id="Edit/DefinePattern/name" value="Define Pattern"/>
		<context id="Edit/DefinePattern/context" value="Edit &gt; Define Pattern"/>
		<desc id="Edit/DefinePattern/desc" value="Create a reusable pattern from the current selection"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idDfnP = charIDToTypeID( "DfnP" ); executeAction( idDfnP, undefined, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Edit-DefineCustomShape">
		<name id="Edit/DefineCustomShape/name" value="Define Custom Shape"/>
		<context id="Edit/DefineCustomShape/context" value="Edit &gt; Define Custom Shape"/>
		<desc id="Edit/DefineCustomShape/desc" value="Save the currently selected path as a reusable custom shape"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var iddefineCustomShape = stringIDToTypeID( "defineCustomShape" ); executeAction( iddefineCustomShape, undefined, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Edit-Undo">
		<name id="Edit/Undo/name" value="Undo"/>
		<context id="Edit/Undo/context" value="Edit &gt; Purge &gt; Undo"/>
		<desc id="Edit/Undo/desc" value="Clear data from Photoshop's list of undos in order to free up memory (RAM)."/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idPrge = charIDToTypeID( "Prge" ); var desc88 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var idPrgI = charIDToTypeID( "PrgI" ); var idUnd = charIDToTypeID( "Und " ); desc88.putEnumerated( idnull, idPrgI, idUnd ); executeAction( idPrge, desc88, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Edit-Clipboard">
		<name id="Edit/Clipboard/name" value="Clipboard"/>
		<context id="Edit/Clipboard/context" value="Edit &gt; Purge &gt; Clipboard"/>
		<desc id="Edit/Clipboard/desc" value="Clear data from the clipboard in order to free up memory (RAM)"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idPrge = charIDToTypeID( "Prge" ); var desc89 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var idPrgI = charIDToTypeID( "PrgI" ); var idClpb = charIDToTypeID( "Clpb" ); desc89.putEnumerated( idnull, idPrgI, idClpb ); executeAction( idPrge, desc89, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Edit-Histories">
		<name id="Edit/Histories/name" value="Histories"/>
		<context id="Edit/Histories/context" value="Edit &gt; Purge &gt; Histories"/>
		<desc id="Edit/Histories/desc" value="Clear data from Photoshop's list of undos in order to free up memory (RAM)."/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idPrge = charIDToTypeID( "Prge" ); var desc90 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var idPrgI = charIDToTypeID( "PrgI" ); var idHsty = charIDToTypeID( "Hsty" ); desc90.putEnumerated( idnull, idPrgI, idHsty ); executeAction( idPrge, desc90, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Edit-All">
		<name id="Edit/All/name" value="All"/>
		<context id="Edit/All/context" value="Edit &gt; Purge &gt; All"/>
		<desc id="Edit/All/desc" value="Clear data from the clipboard and Photoshop's list of undos in order to free up memory (RAM)."/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idPrge = charIDToTypeID( "Prge" ); var desc91 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var idPrgI = charIDToTypeID( "PrgI" ); var idAl = charIDToTypeID( "Al  " ); desc91.putEnumerated( idnull, idPrgI, idAl ); executeAction( idPrge, desc91, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Edit-AdobePDFPresets">
		<name id="Edit/AdobePDFPresets/name" value="Adobe PDF Presets"/>
		<context id="Edit/AdobePDFPresets/context" value="Edit &gt; Adobe PDF Presets"/>
		<desc id="Edit/AdobePDFPresets/desc" value="Create and edit PDF presets"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc92 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref48 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idpdfPresetFilename = stringIDToTypeID( "pdfPresetFilename" ); ref48.putEnumerated( idMn, idMnIt, idpdfPresetFilename ); desc92.putReference( idnull, ref48 ); executeAction( idslct, desc92, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Edit-PresetManager">
		<name id="Edit/PresetManager/name" value="Preset Manager"/>
		<context id="Edit/PresetManager/context" value="Edit &gt; Preset Manager"/>
		<desc id="Edit/PresetManager/desc" value="Manage sets of brushes, swatches, styles, and other presets"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc93 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref49 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idpresetManager = stringIDToTypeID( "presetManager" ); ref49.putEnumerated( idMn, idMnIt, idpresetManager ); desc93.putReference( idnull, ref49 ); executeAction( idslct, desc93, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Edit-ColorSettings">
		<name id="Edit/ColorSettings/name" value="Color Settings"/>
		<context id="Edit/ColorSettings/context" value="Edit &gt; Color Settings"/>
		<desc id="Edit/ColorSettings/desc" value="Edit Photoshop's color management settings"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idsetd = charIDToTypeID( "setd" ); var desc94 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref50 = new ActionReference(); var idPrpr = charIDToTypeID( "Prpr" ); var idcolorSettings = stringIDToTypeID( "colorSettings" ); ref50.putProperty( idPrpr, idcolorSettings ); var idcapp = charIDToTypeID( "capp" ); var idOrdn = charIDToTypeID( "Ordn" ); var idTrgt = charIDToTypeID( "Trgt" ); ref50.putEnumerated( idcapp, idOrdn, idTrgt ); desc94.putReference( idnull, ref50 ); executeAction( idsetd, desc94, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Edit-AssignProfile">
		<name id="Edit/AssignProfile/name" value="Assign Profile"/>
		<context id="Edit/AssignProfile/context" value="Edit &gt; Assign Profile"/>
		<desc id="Edit/AssignProfile/desc" value="Change the color management profile assigned to the current document"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idassignProfile = stringIDToTypeID( "assignProfile" ); var desc95 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref51 = new ActionReference(); var idDcmn = charIDToTypeID( "Dcmn" ); var idOrdn = charIDToTypeID( "Ordn" ); var idTrgt = charIDToTypeID( "Trgt" ); ref51.putEnumerated( idDcmn, idOrdn, idTrgt ); desc95.putReference( idnull, ref51 ); executeAction( idassignProfile, desc95, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Edit-ConverttoProfile">
		<name id="Edit/ConverttoProfile/name" value="Convert to Profile"/>
		<context id="Edit/ConverttoProfile/context" value="Edit &gt; Convert to Profile"/>
		<desc id="Edit/ConverttoProfile/desc" value="Convert the current document's colors to match another color profile"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idconvertToProfile = stringIDToTypeID( "convertToProfile" ); var desc96 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref52 = new ActionReference(); var idDcmn = charIDToTypeID( "Dcmn" ); var idOrdn = charIDToTypeID( "Ordn" ); var idTrgt = charIDToTypeID( "Trgt" ); ref52.putEnumerated( idDcmn, idOrdn, idTrgt ); desc96.putReference( idnull, ref52 ); executeAction( idconvertToProfile, desc96, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Edit-KeyboardShortcuts">
		<name id="Edit/KeyboardShortcuts/name" value="Keyboard Shortcuts"/>
		<context id="Edit/KeyboardShortcuts/context" value="Edit &gt; Keyboard Shortcuts"/>
		<desc id="Edit/KeyboardShortcuts/desc" value="Adjust the keyboard shortcuts assigned to Photoshop tools and commands "/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc97 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref53 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idkeyboardCustomization = stringIDToTypeID( "keyboardCustomization" ); ref53.putEnumerated( idMn, idMnIt, idkeyboardCustomization ); desc97.putReference( idnull, ref53 ); executeAction( idslct, desc97, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Edit-Menus">
		<name id="Edit/Menus/name" value="Menus"/>
		<context id="Edit/Menus/context" value="Edit &gt; Menus"/>
		<desc id="Edit/Menus/desc" value="Tune the Photoshop interface by enabling, disabling, and coloring Photoshop's menu items"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc98 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref54 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idmenuCustomization = stringIDToTypeID( "menuCustomization" ); ref54.putEnumerated( idMn, idMnIt, idmenuCustomization ); desc98.putReference( idnull, ref54 ); executeAction( idslct, desc98, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Edit-General">
		<name id="Edit/General/name" value="General"/>
		<context id="Edit/General/context" value="Edit &gt; Preferences &gt; General"/>
		<desc id="Edit/General/desc" value="Edit general Photoshop application preferences"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc100 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref56 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idGnrP = charIDToTypeID( "GnrP" ); ref56.putEnumerated( idMn, idMnIt, idGnrP ); desc100.putReference( idnull, ref56 ); executeAction( idslct, desc100, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Edit-Interface">
		<name id="Edit/Interface/name" value="Interface"/>
		<context id="Edit/Interface/context" value="Edit &gt; Preferences &gt; Interface"/>
		<desc id="Edit/Interface/desc" value="Adjust Photoshop's interface options"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc101 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref57 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idinterfacePrefs = stringIDToTypeID( "interfacePrefs" ); ref57.putEnumerated( idMn, idMnIt, idinterfacePrefs ); desc101.putReference( idnull, ref57 ); executeAction( idslct, desc101, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Edit-FileHandling">
		<name id="Edit/FileHandling/name" value="File Handling"/>
		<context id="Edit/FileHandling/context" value="Edit &gt; Preferences &gt; File Handling"/>
		<desc id="Edit/FileHandling/desc" value="Configure Photoshop's file handling options"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc102 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref58 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idSvnF = charIDToTypeID( "SvnF" ); ref58.putEnumerated( idMn, idMnIt, idSvnF ); desc102.putReference( idnull, ref58 ); executeAction( idslct, desc102, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Edit-Performance">
		<name id="Edit/Performance/name" value="Performance"/>
		<context id="Edit/Performance/context" value="Edit &gt; Preferences &gt; Performance"/>
		<desc id="Edit/Performance/desc" value="Tune Photoshop performance"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" );    var desc1 = new ActionDescriptor();    var idnull = charIDToTypeID( "null" );        var ref1 = new ActionReference();        var idMn = charIDToTypeID( "Mn  " );        var idMnIt = charIDToTypeID( "MnIt" );        var idMmrP = charIDToTypeID( "MmrP" );        ref1.putEnumerated( idMn, idMnIt, idMmrP );    desc1.putReference( idnull, ref1 );executeAction( idslct, desc1, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Edit-Cursors">
		<name id="Edit/Cursors/name" value="Cursors"/>
		<context id="Edit/Cursors/context" value="Edit &gt; Preferences &gt; Cursors"/>
		<desc id="Edit/Cursors/desc" value="Define Cursor display options"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc104 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref60 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idDspC = charIDToTypeID( "DspC" ); ref60.putEnumerated( idMn, idMnIt, idDspC ); desc104.putReference( idnull, ref60 ); executeAction( idslct, desc104, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Edit-TransparencyandGamut">
		<name id="Edit/TransparencyandGamut/name" value="Transparency and Gamut"/>
		<context id="Edit/TransparencyandGamut/context" value="Edit &gt; Preferences &gt; Transparency and Gamut"/>
		<desc id="Edit/TransparencyandGamut/desc" value="Adjust Photoshop's options for handling transparency display &amp; gamut warnings"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc105 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref61 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idTrnG = charIDToTypeID( "TrnG" ); ref61.putEnumerated( idMn, idMnIt, idTrnG ); desc105.putReference( idnull, ref61 ); executeAction( idslct, desc105, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Edit-UnitsandRulers">
		<name id="Edit/UnitsandRulers/name" value="Units and Rulers"/>
		<context id="Edit/UnitsandRulers/context" value="Edit &gt; Preferences &gt; Units and Rulers"/>
		<desc id="Edit/UnitsandRulers/desc" value="Configure the units of measurement used in Photoshop"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc106 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref62 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idUntR = charIDToTypeID( "UntR" ); ref62.putEnumerated( idMn, idMnIt, idUntR ); desc106.putReference( idnull, ref62 ); executeAction( idslct, desc106, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Edit-Guides,Grid,SlicesandCount">
		<name id="Edit/Guides,Grid,SlicesandCount/name" value="Guides, Grid, Slices and Count"/>
		<context id="Edit/Guides,Grid,SlicesandCount/context" value="Edit &gt; Preferences &gt; Guides, Grid, Slices and Count"/>
		<desc id="Edit/Guides,Grid,SlicesandCount/desc" value="Set options for Photoshop's guides, grids, slicing, and counting tools"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc107 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref63 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idGudG = charIDToTypeID( "GudG" ); ref63.putEnumerated( idMn, idMnIt, idGudG ); desc107.putReference( idnull, ref63 ); executeAction( idslct, desc107, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Edit-Plug-Ins">
		<name id="Edit/Plug-Ins/name" value="Plug-Ins"/>
		<context id="Edit/Plug-Ins/context" value="Edit &gt; Preferences &gt; Plug-Ins"/>
		<desc id="Edit/Plug-Ins/desc" value="Configure Photoshop to use an additional plug-ins folder, if desired"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc108 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref64 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idPlgS = charIDToTypeID( "PlgS" ); ref64.putEnumerated( idMn, idMnIt, idPlgS ); desc108.putReference( idnull, ref64 ); executeAction( idslct, desc108, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Edit-Type">
		<name id="Edit/Type/name" value="Type"/>
		<context id="Edit/Type/context" value="Edit &gt; Preferences &gt; Type"/>
		<desc id="Edit/Type/desc" value="Configure Photoshop's type-handling preferences"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc109 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref65 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idtypePreferences = stringIDToTypeID( "typePreferences" ); ref65.putEnumerated( idMn, idMnIt, idtypePreferences ); desc109.putReference( idnull, ref65 ); executeAction( idslct, desc109, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Image-Bitmap">
		<name id="Image/Bitmap/name" value="Bitmap"/>
		<context id="Image/Bitmap/context" value="Image &gt; Mode &gt; Bitmap"/>
		<desc id="Image/Bitmap/desc" value="Set the current document to bitmap color mode"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idCnvM = charIDToTypeID( "CnvM" ); var desc110 = new ActionDescriptor(); var idT = charIDToTypeID( "T   " ); var idBtmM = charIDToTypeID( "BtmM" ); desc110.putClass( idT, idBtmM ); executeAction( idCnvM, desc110, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Image-Grayscale">
		<name id="Image/Grayscale/name" value="Grayscale"/>
		<context id="Image/Grayscale/context" value="Image &gt; Mode &gt; Grayscale"/>
		<desc id="Image/Grayscale/desc" value="Set the current document to grayscale color mode"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idCnvM = charIDToTypeID( "CnvM" ); var desc111 = new ActionDescriptor(); var idT = charIDToTypeID( "T   " ); var idGrys = charIDToTypeID( "Grys" ); desc111.putClass( idT, idGrys ); executeAction( idCnvM, desc111, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Image-Duotone">
		<name id="Image/Duotone/name" value="Duotone"/>
		<context id="Image/Duotone/context" value="Image &gt; Mode &gt; Duotone"/>
		<desc id="Image/Duotone/desc" value="Configure a grayscale image to print with two, three, and four inks by converting it to a duotone, tritone, and quadtone"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idCnvM = charIDToTypeID( "CnvM" ); var desc112 = new ActionDescriptor(); var idT = charIDToTypeID( "T   " ); var idDtnM = charIDToTypeID( "DtnM" ); desc112.putClass( idT, idDtnM ); executeAction( idCnvM, desc112, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Image-IndexedColor">
		<name id="Image/IndexedColor/name" value="Indexed Color"/>
		<context id="Image/IndexedColor/context" value="Image &gt; Mode &gt; Indexed Color"/>
		<desc id="Image/IndexedColor/desc" value="Convert the current file to be an 8_bit image files (containing up to 256 colors)"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idCnvM = charIDToTypeID( "CnvM" ); var desc113 = new ActionDescriptor(); var idT = charIDToTypeID( "T   " ); var idIndC = charIDToTypeID( "IndC" ); desc113.putClass( idT, idIndC ); executeAction( idCnvM, desc113, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Image-RGBColor">
		<name id="Image/RGBColor/name" value="RGB Color"/>
		<context id="Image/RGBColor/context" value="Image &gt; Mode &gt; RGB Color"/>
		<desc id="Image/RGBColor/desc" value="Convert the current document to RGB color mode"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idCnvM = charIDToTypeID( "CnvM" ); var desc114 = new ActionDescriptor(); var idT = charIDToTypeID( "T   " ); var idRGBM = charIDToTypeID( "RGBM" ); desc114.putClass( idT, idRGBM ); executeAction( idCnvM, desc114, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Image-CMYKColor">
		<name id="Image/CMYKColor/name" value="CMYK Color"/>
		<context id="Image/CMYKColor/context" value="Image &gt; Mode &gt; CMYK Color"/>
		<desc id="Image/CMYKColor/desc" value="Convert the current document to CMYK color mode"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idCnvM = charIDToTypeID( "CnvM" ); var desc115 = new ActionDescriptor(); var idT = charIDToTypeID( "T   " ); var idCMYM = charIDToTypeID( "CMYM" ); desc115.putClass( idT, idCMYM ); executeAction( idCnvM, desc115, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Image-LabColor">
		<name id="Image/LabColor/name" value="Lab Color"/>
		<context id="Image/LabColor/context" value="Image &gt; Mode &gt; Lab Color"/>
		<desc id="Image/LabColor/desc" value="Convert the current document to Lab color mode"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idCnvM = charIDToTypeID( "CnvM" ); var desc116 = new ActionDescriptor(); var idT = charIDToTypeID( "T   " ); var idLbCM = charIDToTypeID( "LbCM" ); desc116.putClass( idT, idLbCM ); executeAction( idCnvM, desc116, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Image-Multichannel">
		<name id="Image/Multichannel/name" value="Multichannel"/>
		<context id="Image/Multichannel/context" value="Image &gt; Mode &gt; Multichannel"/>
		<desc id="Image/Multichannel/desc" value="Convert the current document to multichannel mode, containing 256 levels of gray in each channel"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idCnvM = charIDToTypeID( "CnvM" ); var desc117 = new ActionDescriptor(); var idT = charIDToTypeID( "T   " ); var idMltC = charIDToTypeID( "MltC" ); desc117.putClass( idT, idMltC ); executeAction( idCnvM, desc117, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Image-8Bits/Channel">
		<name id="Image/8Bits/Channel/name" value="8 Bits/Channel"/>
		<context id="Image/8Bits/Channel/context" value="Image &gt; Mode &gt; 8 Bits/Channel"/>
		<desc id="Image/8Bits/Channel/desc" value="Convert the current document's bit depth to 8 bits per channel"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idCnvM = charIDToTypeID( "CnvM" ); var desc118 = new ActionDescriptor(); var idDpth = charIDToTypeID( "Dpth" ); desc118.putInteger( idDpth, 8 ); executeAction( idCnvM, desc118, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Image-16Bits/Channel">
		<name id="Image/16Bits/Channel/name" value="16 Bits/Channel"/>
		<context id="Image/16Bits/Channel/context" value="Image &gt; Mode &gt; 16 Bits/Channel"/>
		<desc id="Image/16Bits/Channel/desc" value="Convert the current document's bit depth to 16 bits per channel"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idCnvM = charIDToTypeID( "CnvM" ); var desc119 = new ActionDescriptor(); var idDpth = charIDToTypeID( "Dpth" ); desc119.putInteger( idDpth, 16 ); executeAction( idCnvM, desc119, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Image-32Bits/Channel">
		<name id="Image/32Bits/Channel/name" value="32 Bits/Channel"/>
		<context id="Image/32Bits/Channel/context" value="Image &gt; Mode &gt; 32 Bits/Channel"/>
		<desc id="Image/32Bits/Channel/desc" value="Convert the current document's bit depth to 32 bits per channel"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idCnvM = charIDToTypeID( "CnvM" ); var desc120 = new ActionDescriptor(); var idDpth = charIDToTypeID( "Dpth" ); desc120.putInteger( idDpth, 32 ); executeAction( idCnvM, desc120, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Image-ColorTable">
		<name id="Image/ColorTable/name" value="Color Table"/>
		<context id="Image/ColorTable/context" value="Image &gt; Mode &gt; Color Table"/>
		<desc id="Image/ColorTable/desc" value="Edit the color table of an indexed color-mode image"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idsetd = charIDToTypeID( "setd" ); var desc121 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref66 = new ActionReference(); var idClr = charIDToTypeID( "Clr " ); var idClrT = charIDToTypeID( "ClrT" ); ref66.putProperty( idClr, idClrT ); desc121.putReference( idnull, ref66 ); executeAction( idsetd, desc121, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Image-Levels">
		<name id="Image/Levels/name" value="Levels"/>
		<context id="Image/Levels/context" value="Image &gt; Adjustments &gt; Levels"/>
		<desc id="Image/Levels/desc" value="Correct the image's tonal range and color balance by adjusting the intensity levels of image shadows, midtones, and highlights"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idLvls = charIDToTypeID( "Lvls" ); executeAction( idLvls, undefined, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Image-AutoLevels">
		<name id="Image/AutoLevels/name" value="Auto Levels"/>
		<context id="Image/AutoLevels/context" value="Image &gt; Adjustments &gt; Auto Levels"/>
		<desc id="Image/AutoLevels/desc" value="Automatically adjust the black point and white point in an image, increasing image contrast"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idLvls = charIDToTypeID( "Lvls" ); var desc122 = new ActionDescriptor(); var idAuto = charIDToTypeID( "Auto" ); desc122.putBoolean( idAuto, true ); executeAction( idLvls, desc122, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Image-AutoContrast">
		<name id="Image/AutoContrast/name" value="Auto Contrast"/>
		<context id="Image/AutoContrast/context" value="Image &gt; Adjustments &gt; Auto Contrast"/>
		<desc id="Image/AutoContrast/desc" value="Automatically adjust image contrast, mapping shadow and highlight areas to pure black &amp; white "/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idLvls = charIDToTypeID( "Lvls" ); var desc123 = new ActionDescriptor(); var idAuCo = charIDToTypeID( "AuCo" ); desc123.putBoolean( idAuCo, true ); executeAction( idLvls, desc123, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Image-AutoColor">
		<name id="Image/AutoColor/name" value="Auto Color"/>
		<context id="Image/AutoColor/context" value="Image &gt; Adjustments &gt; Auto Color"/>
		<desc id="Image/AutoColor/desc" value="Neutralize color cast by analyzing the color and contrast of the current image"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idLvls = charIDToTypeID( "Lvls" ); var desc124 = new ActionDescriptor(); var idautoBlackWhite = stringIDToTypeID( "autoBlackWhite" ); desc124.putBoolean( idautoBlackWhite, true ); var idautoNeutrals = stringIDToTypeID( "autoNeutrals" ); desc124.putBoolean( idautoNeutrals, true ); executeAction( idLvls, desc124, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Image-Curves">
		<name id="Image/Curves/name" value="Curves"/>
		<context id="Image/Curves/context" value="Image &gt; Adjustments &gt; Curves"/>
		<desc id="Image/Curves/desc" value="Adjust the tonal range of the current image, setting as many at 14 control points"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idCrvs = charIDToTypeID( "Crvs" ); executeAction( idCrvs, undefined, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Image-ColorBalance">
		<name id="Image/ColorBalance/name" value="Color Balance"/>
		<context id="Image/ColorBalance/context" value="Image &gt; Adjustments &gt; Color Balance"/>
		<desc id="Image/ColorBalance/desc" value="Change the overall mixture of colors in an image for generalized color correction"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idClrB = charIDToTypeID( "ClrB" ); executeAction( idClrB, undefined, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Image-Brightness/Contrast">
		<name id="Image/Brightness/Contrast/name" value="Brightness/Contrast"/>
		<context id="Image/Brightness/Contrast/context" value="Image &gt; Adjustments &gt; Brightness/Contrast"/>
		<desc id="Image/Brightness/Contrast/desc" value="Make simple adjustments to the tonal range of the image"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idBrgC = charIDToTypeID( "BrgC" ); executeAction( idBrgC, undefined, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Image-BlackandWhite">
		<name id="Image/BlackandWhite/name" value="Black and White"/>
		<context id="Image/BlackandWhite/context" value="Image &gt; Adjustments &gt; Black and White"/>
		<desc id="Image/BlackandWhite/desc" value="Control conversion from color to black &amp; white using a set of sliders &amp; presets"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idBanW = charIDToTypeID( "BanW" ); executeAction( idBanW, undefined, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Image-Hue/Saturation">
		<name id="Image/Hue/Saturation/name" value="Hue/Saturation"/>
		<context id="Image/Hue/Saturation/context" value="Image &gt; Adjustments &gt; Hue/Saturation"/>
		<desc id="Image/Hue/Saturation/desc" value="Adjust the hue, saturation, and brightness of a specific color component in the image or simultaneously adjust all the colors in the image"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idHStr = charIDToTypeID( "HStr" ); executeAction( idHStr, undefined, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Image-Desaturate">
		<name id="Image/Desaturate/name" value="Desaturate"/>
		<context id="Image/Desaturate/context" value="Image &gt; Adjustments &gt; Desaturate"/>
		<desc id="Image/Desaturate/desc" value="Converts a color image to grayscale values while leaving the image in the same color mode"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idDstt = charIDToTypeID( "Dstt" ); executeAction( idDstt, undefined, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Image-MatchColor">
		<name id="Image/MatchColor/name" value="Match Color"/>
		<context id="Image/MatchColor/context" value="Image &gt; Adjustments &gt; Match Color"/>
		<desc id="Image/MatchColor/desc" value="Match colors between multiple images, between multiple layers, or between multiple selections"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idmatchColor = stringIDToTypeID( "matchColor" ); executeAction( idmatchColor, undefined, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Image-ReplaceColor">
		<name id="Image/ReplaceColor/name" value="Replace Color"/>
		<context id="Image/ReplaceColor/context" value="Image &gt; Adjustments &gt; Replace Color"/>
		<desc id="Image/ReplaceColor/desc" value="Create a mask to select specific colors in an image and then replace those colors"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idRplC = charIDToTypeID( "RplC" ); executeAction( idRplC, undefined, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Image-SelectiveColor">
		<name id="Image/SelectiveColor/name" value="Selective Color"/>
		<context id="Image/SelectiveColor/context" value="Image &gt; Adjustments &gt; Selective Color"/>
		<desc id="Image/SelectiveColor/desc" value="Adjust specific color regions of an image"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idSlcC = charIDToTypeID( "SlcC" ); executeAction( idSlcC, undefined, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Image-ChannelMixer">
		<name id="Image/ChannelMixer/name" value="Channel Mixer"/>
		<context id="Image/ChannelMixer/context" value="Image &gt; Adjustments &gt; Channel Mixer"/>
		<desc id="Image/ChannelMixer/desc" value="Create grayscale, sepia tone, or other tinted images, or make creative color adjustments to an image"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idChnM = charIDToTypeID( "ChnM" ); executeAction( idChnM, undefined, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Image-GradientMap">
		<name id="Image/GradientMap/name" value="Gradient Map"/>
		<context id="Image/GradientMap/context" value="Image &gt; Adjustments &gt; Gradient Map"/>
		<desc id="Image/GradientMap/desc" value="Apply color to a grayscale image or adjust the existing colors of an image"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idGrMp = charIDToTypeID( "GrMp" ); executeAction( idGrMp, undefined, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Image-PhotoFilter">
		<name id="Image/PhotoFilter/name" value="Photo Filter"/>
		<context id="Image/PhotoFilter/context" value="Image &gt; Adjustments &gt; Photo Filter"/>
		<desc id="Image/PhotoFilter/desc" value="Adjust the color balance and color temperature of the light transmitted through the lens"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idphotoFilter = stringIDToTypeID( "photoFilter" ); executeAction( idphotoFilter, undefined, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Image-Shadow/Highlight">
		<name id="Image/Shadow/Highlight/name" value="Shadow/Highlight"/>
		<context id="Image/Shadow/Highlight/context" value="Image &gt; Adjustments &gt; Shadow/Highlight"/>
		<desc id="Image/Shadow/Highlight/desc" value="Adjust the Shadow and Highlight regions of an image"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idadaptCorrect = stringIDToTypeID( "adaptCorrect" ); executeAction( idadaptCorrect, undefined, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Image-Exposure">
		<name id="Image/Exposure/name" value="Exposure"/>
		<context id="Image/Exposure/context" value="Image &gt; Adjustments &gt; Exposure"/>
		<desc id="Image/Exposure/desc" value="Adjust the Exposure of an image"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idExps = charIDToTypeID( "Exps" ); executeAction( idExps, undefined, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Image-Invert">
		<name id="Image/Invert/name" value="Invert"/>
		<context id="Image/Invert/context" value="Image &gt; Adjustments &gt; Invert"/>
		<desc id="Image/Invert/desc" value="Invert the colors of an image"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idInvr = charIDToTypeID( "Invr" ); executeAction( idInvr, undefined, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Image-Equalize">
		<name id="Image/Equalize/name" value="Equalize"/>
		<context id="Image/Equalize/context" value="Image &gt; Adjustments &gt; Equalize"/>
		<desc id="Image/Equalize/desc" value="Redistribute the Brightness values of an image"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idEqlz = charIDToTypeID( "Eqlz" ); executeAction( idEqlz, undefined, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Image-Threshold">
		<name id="Image/Threshold/name" value="Threshold"/>
		<context id="Image/Threshold/context" value="Image &gt; Adjustments &gt; Threshold"/>
		<desc id="Image/Threshold/desc" value="Convert images to high contrast black and white"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idThrs = charIDToTypeID( "Thrs" ); executeAction( idThrs, undefined, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Image-Posterize">
		<name id="Image/Posterize/name" value="Posterize"/>
		<context id="Image/Posterize/context" value="Image &gt; Adjustments &gt; Posterize"/>
		<desc id="Image/Posterize/desc" value="Specify Tonal Levels for each Channel"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idPstr = charIDToTypeID( "Pstr" ); executeAction( idPstr, undefined, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Image-Variations">
		<name id="Image/Variations/name" value="Variations"/>
		<context id="Image/Variations/context" value="Image &gt; Adjustments &gt; Variations"/>
		<desc id="Image/Variations/desc" value="Choose from previewed displays of assorted image adjustments"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idVrtn = charIDToTypeID( "Vrtn" ); executeAction( idVrtn, undefined, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Image-Duplicate">
		<name id="Image/Duplicate/name" value="Duplicate"/>
		<context id="Image/Duplicate/context" value="Image &gt; Duplicate"/>
		<desc id="Image/Duplicate/desc" value="Duplicate image contents"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idDplc = charIDToTypeID( "Dplc" ); var desc125 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref67 = new ActionReference(); var idDcmn = charIDToTypeID( "Dcmn" ); var idOrdn = charIDToTypeID( "Ordn" ); var idFrst = charIDToTypeID( "Frst" ); ref67.putEnumerated( idDcmn, idOrdn, idFrst ); desc125.putReference( idnull, ref67 ); executeAction( idDplc, desc125, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Image-ApplyImage">
		<name id="Image/ApplyImage/name" value="Apply Image"/>
		<context id="Image/ApplyImage/context" value="Image &gt; Apply Image"/>
		<desc id="Image/ApplyImage/desc" value="Blend the channels of image Layers"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc126 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref68 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idAplI = charIDToTypeID( "AplI" ); ref68.putEnumerated( idMn, idMnIt, idAplI ); desc126.putReference( idnull, ref68 ); executeAction( idslct, desc126, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Image-Calculations">
		<name id="Image/Calculations/name" value="Calculations"/>
		<context id="Image/Calculations/context" value="Image &gt; Calculations"/>
		<desc id="Image/Calculations/desc" value="Blend two channels into one image"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc127 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref69 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idClcl = charIDToTypeID( "Clcl" ); ref69.putEnumerated( idMn, idMnIt, idClcl ); desc127.putReference( idnull, ref69 ); executeAction( idslct, desc127, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Image-ImageSize">
		<name id="Image/ImageSize/name" value="Image Size"/>
		<context id="Image/ImageSize/context" value="Image &gt; Image Size"/>
		<desc id="Image/ImageSize/desc" value="Change the dimensions of an image"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idImgS = charIDToTypeID( "ImgS" ); executeAction( idImgS, undefined, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Image-CanvasSize">
		<name id="Image/CanvasSize/name" value="Canvas Size"/>
		<context id="Image/CanvasSize/context" value="Image &gt; Canvas Size"/>
		<desc id="Image/CanvasSize/desc" value="Change the size of the area outside of the image"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idCnvS = charIDToTypeID( "CnvS" ); executeAction( idCnvS, undefined, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Image-180degrees">
		<name id="Image/180degrees/name" value="180 degrees"/>
		<context id="Image/180degrees/context" value="Image &gt; Rotate Canvas &gt; 180 degrees"/>
		<desc id="Image/180degrees/desc" value="Rotate Image Canvas 180 degrees"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idRtte = charIDToTypeID( "Rtte" ); var desc147 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref81 = new ActionReference(); var idDcmn = charIDToTypeID( "Dcmn" ); var idOrdn = charIDToTypeID( "Ordn" ); var idFrst = charIDToTypeID( "Frst" ); ref81.putEnumerated( idDcmn, idOrdn, idFrst ); desc147.putReference( idnull, ref81 ); var idAngl = charIDToTypeID( "Angl" ); var idAng = charIDToTypeID( "#Ang" ); desc147.putUnitDouble( idAngl, idAng, 180.000000 ); executeAction( idRtte, desc147, DialogModes.NO );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Image-90degreesCW">
		<name id="Image/90degreesCW/name" value="90 degrees CW"/>
		<context id="Image/90degreesCW/context" value="Image &gt; Rotate Canvas &gt; 90 degrees CW"/>
		<desc id="Image/90degreesCW/desc" value="Rotate Image Canvas 90 degrees Clockwise"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idRtte = charIDToTypeID( "Rtte" ); var desc148 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref82 = new ActionReference(); var idDcmn = charIDToTypeID( "Dcmn" ); var idOrdn = charIDToTypeID( "Ordn" ); var idFrst = charIDToTypeID( "Frst" ); ref82.putEnumerated( idDcmn, idOrdn, idFrst ); desc148.putReference( idnull, ref82 ); var idAngl = charIDToTypeID( "Angl" ); var idAng = charIDToTypeID( "#Ang" ); desc148.putUnitDouble( idAngl, idAng, 90.000000 ); executeAction( idRtte, desc148, DialogModes.NO );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Image-90degreesCCW">
		<name id="Image/90degreesCCW/name" value="90 degrees CCW"/>
		<context id="Image/90degreesCCW/context" value="Image &gt; Rotate Canvas &gt; 90 degrees CCW"/>
		<desc id="Image/90degreesCCW/desc" value="Rotate Image Canvas 90 degrees Counter Clockwise"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idRtte = charIDToTypeID( "Rtte" ); var desc149 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref83 = new ActionReference(); var idDcmn = charIDToTypeID( "Dcmn" ); var idOrdn = charIDToTypeID( "Ordn" ); var idFrst = charIDToTypeID( "Frst" ); ref83.putEnumerated( idDcmn, idOrdn, idFrst ); desc149.putReference( idnull, ref83 ); var idAngl = charIDToTypeID( "Angl" ); var idAng = charIDToTypeID( "#Ang" ); desc149.putUnitDouble( idAngl, idAng, -90.000000 ); executeAction( idRtte, desc149, DialogModes.NO );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Image-Arbitrary">
		<name id="Image/Arbitrary/name" value="Arbitrary"/>
		<context id="Image/Arbitrary/context" value="Image &gt; Rotate Canvas &gt; Arbitrary"/>
		<desc id="Image/Arbitrary/desc" value="Rotate Image Canvas  an arbitrary amount"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idRtte = charIDToTypeID( "Rtte" ); var desc150 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref84 = new ActionReference(); var idDcmn = charIDToTypeID( "Dcmn" ); var idOrdn = charIDToTypeID( "Ordn" ); var idFrst = charIDToTypeID( "Frst" ); ref84.putEnumerated( idDcmn, idOrdn, idFrst ); desc150.putReference( idnull, ref84 ); executeAction( idRtte, desc150, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Image-FlipCanvasHorizontal">
		<name id="Image/FlipCanvasHorizontal/name" value="Flip Canvas Horizontal"/>
		<context id="Image/FlipCanvasHorizontal/context" value="Image &gt; Rotate Canvas &gt; Flip Canvas Horizontal"/>
		<desc id="Image/FlipCanvasHorizontal/desc" value="Flip the image Canvas horizontally"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idFlip = charIDToTypeID( "Flip" ); var desc151 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref85 = new ActionReference(); var idDcmn = charIDToTypeID( "Dcmn" ); var idOrdn = charIDToTypeID( "Ordn" ); var idFrst = charIDToTypeID( "Frst" ); ref85.putEnumerated( idDcmn, idOrdn, idFrst ); desc151.putReference( idnull, ref85 ); var idAxis = charIDToTypeID( "Axis" ); var idOrnt = charIDToTypeID( "Ornt" ); var idHrzn = charIDToTypeID( "Hrzn" ); desc151.putEnumerated( idAxis, idOrnt, idHrzn ); executeAction( idFlip, desc151, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Image-FlipCanvasVertical">
		<name id="Image/FlipCanvasVertical/name" value="Flip Canvas Vertical"/>
		<context id="Image/FlipCanvasVertical/context" value="Image &gt; Rotate Canvas &gt; Flip Canvas Vertical"/>
		<desc id="Image/FlipCanvasVertical/desc" value="Flip the image Canvas vertically "/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idFlip = charIDToTypeID( "Flip" ); var desc152 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref86 = new ActionReference(); var idDcmn = charIDToTypeID( "Dcmn" ); var idOrdn = charIDToTypeID( "Ordn" ); var idFrst = charIDToTypeID( "Frst" ); ref86.putEnumerated( idDcmn, idOrdn, idFrst ); desc152.putReference( idnull, ref86 ); var idAxis = charIDToTypeID( "Axis" ); var idOrnt = charIDToTypeID( "Ornt" ); var idVrtc = charIDToTypeID( "Vrtc" ); desc152.putEnumerated( idAxis, idOrnt, idVrtc ); executeAction( idFlip, desc152, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Image-Crop">
		<name id="Image/Crop/name" value="Crop"/>
		<context id="Image/Crop/context" value="Image &gt; Crop"/>
		<desc id="Image/Crop/desc" value="Crop the Image"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idCrop = charIDToTypeID( "Crop" ); executeAction( idCrop, undefined, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Image-Trim">
		<name id="Image/Trim/name" value="Trim"/>
		<context id="Image/Trim/context" value="Image &gt; Trim"/>
		<desc id="Image/Trim/desc" value="Remove small portions of image by size and location"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc153 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref87 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idtrim = stringIDToTypeID( "trim" ); ref87.putEnumerated( idMn, idMnIt, idtrim ); desc153.putReference( idnull, ref87 ); executeAction( idslct, desc153, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Image-RevealAll">
		<name id="Image/RevealAll/name" value="Reveal All"/>
		<context id="Image/RevealAll/context" value="Image &gt; Reveal All"/>
		<desc id="Image/RevealAll/desc" value="Show all aspects of an image"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idRvlA = charIDToTypeID( "RvlA" ); executeAction( idRvlA, undefined, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Image-Define">
		<name id="Image/Define/name" value="Define"/>
		<context id="Image/Define/context" value="Image &gt; Variables &gt; Define"/>
		<desc id="Image/Define/desc" value="Define the specific settings and parameters of the layer variables"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc154 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref88 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var iddefineVariables = stringIDToTypeID( "defineVariables" ); ref88.putEnumerated( idMn, idMnIt, iddefineVariables ); desc154.putReference( idnull, ref88 ); executeAction( idslct, desc154, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Image-DataSets">
		<name id="Image/DataSets/name" value="Data Sets"/>
		<context id="Image/DataSets/context" value="Image &gt; Variables &gt; Data Sets"/>
		<desc id="Image/DataSets/desc" value="Define specific variables to data sets for use with variables"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc155 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref89 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var ideditDataSets = stringIDToTypeID( "editDataSets" ); ref89.putEnumerated( idMn, idMnIt, ideditDataSets ); desc155.putReference( idnull, ref89 ); executeAction( idslct, desc155, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Image-ApplyDataSet">
		<name id="Image/ApplyDataSet/name" value="Apply Data Set"/>
		<context id="Image/ApplyDataSet/context" value="Image &gt; Apply Data Set"/>
		<desc id="Image/ApplyDataSet/desc" value="Apply a specific saved data set"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idAply = charIDToTypeID( "Aply" ); var desc156 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref90 = new ActionReference(); var iddataSetClass = stringIDToTypeID( "dataSetClass" ); ref90.putClass( iddataSetClass ); desc156.putReference( idnull, ref90 ); executeAction( idAply, desc156, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Image-Trap">
		<name id="Image/Trap/name" value="Trap"/>
		<context id="Image/Trap/context" value="Image &gt; Trap"/>
		<desc id="Image/Trap/desc" value="Create a preventative overlap for press printing"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idTrap = charIDToTypeID( "Trap" ); executeAction( idTrap, undefined, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Layer-Layer">
		<name id="Layer/Layer/name" value="Layer"/>
		<context id="Layer/Layer/context" value="Layer &gt; New &gt; Layer"/>
		<desc id="Layer/Layer/desc" value="Add a new layer to an image"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id1 = charIDToTypeID( "Mk  " ); var desc1 = new ActionDescriptor(); var id2 = charIDToTypeID( "null" ); var ref1 = new ActionReference(); var id3 = charIDToTypeID( "Lyr " ); ref1.putClass( id3 ); desc1.putReference( id2, ref1 ); executeAction( id1, desc1, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Layer-Background">
		<name id="Layer/Background/name" value="Background"/>
		<context id="Layer/Background/context" value="Layer &gt; New &gt; Background"/>
		<desc id="Layer/Background/desc" value="Add a new background layer to an image"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idsetd = charIDToTypeID( "setd" ); var desc157 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref91 = new ActionReference(); var idLyr = charIDToTypeID( "Lyr " ); var idBckg = charIDToTypeID( "Bckg" ); ref91.putProperty( idLyr, idBckg ); desc157.putReference( idnull, ref91 ); var idT = charIDToTypeID( "T   " ); var desc158 = new ActionDescriptor(); var idLyr = charIDToTypeID( "Lyr " ); desc157.putObject( idT, idLyr, desc158 ); executeAction( idsetd, desc157, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Layer-Group">
		<name id="Layer/Group/name" value="Group"/>
		<context id="Layer/Group/context" value="Layer &gt; New &gt; Group"/>
		<desc id="Layer/Group/desc" value="Define a new parent group for a collection of layers"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id245 = charIDToTypeID( "slct" ); var desc59 = new ActionDescriptor(); var id246 = charIDToTypeID( "null" ); var ref47 = new ActionReference(); var id247 = charIDToTypeID( "Mn  " ); var id248 = charIDToTypeID( "MnIt" ); var id249 = stringIDToTypeID( "layerSection" ); ref47.putEnumerated( id247, id248, id249 ); desc59.putReference( id246, ref47 ); executeAction( id245, desc59, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Layer-GroupfromLayers">
		<name id="Layer/GroupfromLayers/name" value="Group from Layers"/>
		<context id="Layer/GroupfromLayers/context" value="Layer &gt; New &gt; Group from Layers"/>
		<desc id="Layer/GroupfromLayers/desc" value="Create a new Group from selected Layers"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id9 = stringIDToTypeID( "groupLayersEvent" ); var desc3 = new ActionDescriptor(); var id10 = charIDToTypeID( "null" ); var ref3 = new ActionReference(); var id11 = charIDToTypeID( "Lyr " ); var id12 = charIDToTypeID( "Ordn" ); var id13 = charIDToTypeID( "Trgt" ); ref3.putEnumerated( id11, id12, id13 ); desc3.putReference( id10, ref3 ); executeAction( id9, desc3, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Layer-LayerviaCopy">
		<name id="Layer/LayerviaCopy/name" value="Layer via Copy"/>
		<context id="Layer/LayerviaCopy/context" value="Layer &gt; New &gt; Layer via Copy"/>
		<desc id="Layer/LayerviaCopy/desc" value="Create a layer from copied data"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id14 = charIDToTypeID( "CpTL" ); executeAction( id14, undefined, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Layer-LayerviaCut">
		<name id="Layer/LayerviaCut/name" value="Layer via Cut"/>
		<context id="Layer/LayerviaCut/context" value="Layer &gt; New &gt; Layer via Cut"/>
		<desc id="Layer/LayerviaCut/desc" value="Create a new Layer via data cut from another image"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id15 = charIDToTypeID( "CtTL" ); executeAction( id15, undefined, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Layer-DuplicateLayer(Group)">
		<name id="Layer/DuplicateLayer(Group)/name" value="Duplicate Layer/Group"/>
		<context id="Layer/DuplicateLayer(Group)/context" value="Layer &gt; Duplicate Layer/Group"/>
		<desc id="Layer/DuplicateLayer(Group)/desc" value="Duplicate the selected Layer(s) or Group(s)"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id16 = charIDToTypeID( "Dplc" ); var desc4 = new ActionDescriptor(); var id17 = charIDToTypeID( "null" ); var ref4 = new ActionReference(); var id18 = charIDToTypeID( "Lyr " ); var id19 = charIDToTypeID( "Ordn" ); var id20 = charIDToTypeID( "Trgt" ); ref4.putEnumerated( id18, id19, id20 ); desc4.putReference( id17, ref4 ); executeAction( id16, desc4, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Layer-DeleteLayer(Group)">
		<name id="Layer/DeleteLayer(Group)/name" value="Delete Layer/Group"/>
		<context id="Layer/DeleteLayer(Group)/context" value="Layer &gt; Delete &gt; Delete Layer/Group"/>
		<desc id="Layer/DeleteLayer(Group)/desc" value="Delete the selected Layer(s) or Group(s)"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id21 = charIDToTypeID( "Dlt " ); var desc5 = new ActionDescriptor(); var id22 = charIDToTypeID( "null" ); var ref5 = new ActionReference(); var id23 = charIDToTypeID( "Lyr " ); var id24 = charIDToTypeID( "Ordn" ); var id25 = charIDToTypeID( "Trgt" ); ref5.putEnumerated( id23, id24, id25 ); desc5.putReference( id22, ref5 ); executeAction( id21, desc5, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Layer-HiddenLayers">
		<name id="Layer/HiddenLayers/name" value="Hidden Layers"/>
		<context id="Layer/HiddenLayers/context" value="Layer &gt; Delete &gt; Hidden Layers"/>
		<desc id="Layer/HiddenLayers/desc" value="Delete Hidden Layers"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id26 = charIDToTypeID( "Dlt " ); var desc6 = new ActionDescriptor(); var id27 = charIDToTypeID( "null" ); var ref6 = new ActionReference(); var id28 = charIDToTypeID( "Lyr " ); var id29 = charIDToTypeID( "Ordn" ); var id30 = stringIDToTypeID( "hidden" ); ref6.putEnumerated( id28, id29, id30 ); desc6.putReference( id27, ref6 ); executeAction( id26, desc6, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Layer-Layer(Group)Properties">
		<name id="Layer/Layer(Group)Properties/name" value="Layer/Group Properties"/>
		<context id="Layer/Layer(Group)Properties/context" value="Layer &gt; Layer/Group Properties"/>
		<desc id="Layer/Layer(Group)Properties/desc" value="Adjust the properties of the selected Layer or Group"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id31 = charIDToTypeID( "slct" ); var desc7 = new ActionDescriptor(); var id32 = charIDToTypeID( "null" ); var ref7 = new ActionReference(); var id33 = charIDToTypeID( "Mn  " ); var id34 = charIDToTypeID( "MnIt" ); var id35 = charIDToTypeID( "LyrO" ); ref7.putEnumerated( id33, id34, id35 ); desc7.putReference( id32, ref7 ); executeAction( id31, desc7, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Layer-BlendingOptions">
		<name id="Layer/BlendingOptions/name" value="Blending Options"/>
		<context id="Layer/BlendingOptions/context" value="Layer &gt; Layer Style &gt; Blending Options"/>
		<desc id="Layer/BlendingOptions/desc" value="Define the Blending Options of a selected Layer"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id36 = charIDToTypeID( "setd" ); var desc8 = new ActionDescriptor(); var id37 = charIDToTypeID( "null" ); var ref8 = new ActionReference(); var id38 = charIDToTypeID( "Prpr" ); var id39 = stringIDToTypeID( "blendOptions" ); ref8.putProperty( id38, id39 ); var id40 = charIDToTypeID( "Lyr " ); var id41 = charIDToTypeID( "Ordn" ); var id42 = charIDToTypeID( "Trgt" ); ref8.putEnumerated( id40, id41, id42 ); desc8.putReference( id37, ref8 ); var id43 = charIDToTypeID( "T   " ); var desc9 = new ActionDescriptor(); var id44 = stringIDToTypeID( "blendOptions" ); var id45 = stringIDToTypeID( "blendOptions" ); desc9.putClass( id44, id45 ); var id46 = stringIDToTypeID( "blendOptions" ); desc8.putObject( id43, id46, desc9 ); executeAction( id36, desc8, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Layer-DropShadow">
		<name id="Layer/DropShadow/name" value="Drop Shadow"/>
		<context id="Layer/DropShadow/context" value="Layer &gt; Layer Style &gt; Drop Shadow"/>
		<desc id="Layer/DropShadow/desc" value="Add a Drop Shadow to a Layer"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id47 = charIDToTypeID( "setd" ); var desc10 = new ActionDescriptor(); var id48 = charIDToTypeID( "null" ); var ref9 = new ActionReference(); var id49 = charIDToTypeID( "Prpr" ); var id50 = charIDToTypeID( "Lefx" ); ref9.putProperty( id49, id50 ); var id51 = charIDToTypeID( "Lyr " ); var id52 = charIDToTypeID( "Ordn" ); var id53 = charIDToTypeID( "Trgt" ); ref9.putEnumerated( id51, id52, id53 ); desc10.putReference( id48, ref9 ); var id54 = charIDToTypeID( "T   " ); var desc11 = new ActionDescriptor(); var id55 = charIDToTypeID( "DrSh" ); var id56 = charIDToTypeID( "DrSh" ); desc11.putClass( id55, id56 ); var id57 = charIDToTypeID( "Lefx" ); desc10.putObject( id54, id57, desc11 ); executeAction( id47, desc10, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Layer-InnerShadow">
		<name id="Layer/InnerShadow/name" value="Inner Shadow"/>
		<context id="Layer/InnerShadow/context" value="Layer &gt; Layer Style &gt; Inner Shadow"/>
		<desc id="Layer/InnerShadow/desc" value="Add an Inner Shadow to a Layer"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id58 = charIDToTypeID( "setd" ); var desc12 = new ActionDescriptor(); var id59 = charIDToTypeID( "null" ); var ref10 = new ActionReference(); var id60 = charIDToTypeID( "Prpr" ); var id61 = charIDToTypeID( "Lefx" ); ref10.putProperty( id60, id61 ); var id62 = charIDToTypeID( "Lyr " ); var id63 = charIDToTypeID( "Ordn" ); var id64 = charIDToTypeID( "Trgt" ); ref10.putEnumerated( id62, id63, id64 ); desc12.putReference( id59, ref10 ); var id65 = charIDToTypeID( "T   " ); var desc13 = new ActionDescriptor(); var id66 = charIDToTypeID( "IrSh" ); var id67 = charIDToTypeID( "IrSh" ); desc13.putClass( id66, id67 ); var id68 = charIDToTypeID( "Lefx" ); desc12.putObject( id65, id68, desc13 ); executeAction( id58, desc12, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Layer-OuterGlow">
		<name id="Layer/OuterGlow/name" value="Outer Glow"/>
		<context id="Layer/OuterGlow/context" value="Layer &gt; Layer Style &gt; Outer Glow"/>
		<desc id="Layer/OuterGlow/desc" value="Add an Outer Glow to a Layer"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id69 = charIDToTypeID( "setd" ); var desc14 = new ActionDescriptor(); var id70 = charIDToTypeID( "null" ); var ref11 = new ActionReference(); var id71 = charIDToTypeID( "Prpr" ); var id72 = charIDToTypeID( "Lefx" ); ref11.putProperty( id71, id72 ); var id73 = charIDToTypeID( "Lyr " ); var id74 = charIDToTypeID( "Ordn" ); var id75 = charIDToTypeID( "Trgt" ); ref11.putEnumerated( id73, id74, id75 ); desc14.putReference( id70, ref11 ); var id76 = charIDToTypeID( "T   " ); var desc15 = new ActionDescriptor(); var id77 = charIDToTypeID( "OrGl" ); var id78 = charIDToTypeID( "OrGl" ); desc15.putClass( id77, id78 ); var id79 = charIDToTypeID( "Lefx" ); desc14.putObject( id76, id79, desc15 ); executeAction( id69, desc14, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Layer-InnerGlow">
		<name id="Layer/InnerGlow/name" value="Inner Glow"/>
		<context id="Layer/InnerGlow/context" value="Layer &gt; Layer Style &gt; Inner Glow"/>
		<desc id="Layer/InnerGlow/desc" value="Add an Inner Glow to a Layer"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id80 = charIDToTypeID( "setd" ); var desc16 = new ActionDescriptor(); var id81 = charIDToTypeID( "null" ); var ref12 = new ActionReference(); var id82 = charIDToTypeID( "Prpr" ); var id83 = charIDToTypeID( "Lefx" ); ref12.putProperty( id82, id83 ); var id84 = charIDToTypeID( "Lyr " ); var id85 = charIDToTypeID( "Ordn" ); var id86 = charIDToTypeID( "Trgt" ); ref12.putEnumerated( id84, id85, id86 ); desc16.putReference( id81, ref12 ); var id87 = charIDToTypeID( "T   " ); var desc17 = new ActionDescriptor(); var id88 = charIDToTypeID( "IrGl" ); var id89 = charIDToTypeID( "IrGl" ); desc17.putClass( id88, id89 ); var id90 = charIDToTypeID( "Lefx" ); desc16.putObject( id87, id90, desc17 ); executeAction( id80, desc16, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Layer-BevelandEmboss">
		<name id="Layer/BevelandEmboss/name" value="Bevel and Emboss"/>
		<context id="Layer/BevelandEmboss/context" value="Layer &gt; Layer Style &gt; Bevel and Emboss"/>
		<desc id="Layer/BevelandEmboss/desc" value="Bevel and Emboss a Layer"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id91 = charIDToTypeID( "setd" ); var desc18 = new ActionDescriptor(); var id92 = charIDToTypeID( "null" ); var ref13 = new ActionReference(); var id93 = charIDToTypeID( "Prpr" ); var id94 = charIDToTypeID( "Lefx" ); ref13.putProperty( id93, id94 ); var id95 = charIDToTypeID( "Lyr " ); var id96 = charIDToTypeID( "Ordn" ); var id97 = charIDToTypeID( "Trgt" ); ref13.putEnumerated( id95, id96, id97 ); desc18.putReference( id92, ref13 ); var id98 = charIDToTypeID( "T   " ); var desc19 = new ActionDescriptor(); var id99 = charIDToTypeID( "ebbl" ); var id100 = charIDToTypeID( "ebbl" ); desc19.putClass( id99, id100 ); var id101 = charIDToTypeID( "Lefx" ); desc18.putObject( id98, id101, desc19 ); executeAction( id91, desc18, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Layer-Satin">
		<name id="Layer/Satin/name" value="Satin"/>
		<context id="Layer/Satin/context" value="Layer &gt; Layer Style &gt; Satin"/>
		<desc id="Layer/Satin/desc" value="Apply interior shading to a Layer"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id102 = charIDToTypeID( "setd" ); var desc20 = new ActionDescriptor(); var id103 = charIDToTypeID( "null" ); var ref14 = new ActionReference(); var id104 = charIDToTypeID( "Prpr" ); var id105 = charIDToTypeID( "Lefx" ); ref14.putProperty( id104, id105 ); var id106 = charIDToTypeID( "Lyr " ); var id107 = charIDToTypeID( "Ordn" ); var id108 = charIDToTypeID( "Trgt" ); ref14.putEnumerated( id106, id107, id108 ); desc20.putReference( id103, ref14 ); var id109 = charIDToTypeID( "T   " ); var desc21 = new ActionDescriptor(); var id110 = charIDToTypeID( "ChFX" ); var id111 = charIDToTypeID( "ChFX" ); desc21.putClass( id110, id111 ); var id112 = charIDToTypeID( "Lefx" ); desc20.putObject( id109, id112, desc21 ); executeAction( id102, desc20, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Layer-ColorOverlay">
		<name id="Layer/ColorOverlay/name" value="Color Overlay"/>
		<context id="Layer/ColorOverlay/context" value="Layer &gt; Layer Style &gt; Color Overlay"/>
		<desc id="Layer/ColorOverlay/desc" value="Overlay the color of a Layer"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id113 = charIDToTypeID( "setd" ); var desc22 = new ActionDescriptor(); var id114 = charIDToTypeID( "null" ); var ref15 = new ActionReference(); var id115 = charIDToTypeID( "Prpr" ); var id116 = charIDToTypeID( "Lefx" ); ref15.putProperty( id115, id116 ); var id117 = charIDToTypeID( "Lyr " ); var id118 = charIDToTypeID( "Ordn" ); var id119 = charIDToTypeID( "Trgt" ); ref15.putEnumerated( id117, id118, id119 ); desc22.putReference( id114, ref15 ); var id120 = charIDToTypeID( "T   " ); var desc23 = new ActionDescriptor(); var id121 = charIDToTypeID( "SoFi" ); var id122 = charIDToTypeID( "SoFi" ); desc23.putClass( id121, id122 ); var id123 = charIDToTypeID( "Lefx" ); desc22.putObject( id120, id123, desc23 ); executeAction( id113, desc22, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Layer-GradientOverlay">
		<name id="Layer/GradientOverlay/name" value="Gradient Overlay"/>
		<context id="Layer/GradientOverlay/context" value="Layer &gt; Layer Style &gt; Gradient Overlay"/>
		<desc id="Layer/GradientOverlay/desc" value="Overlay the content of a Layer with a Gradient"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id124 = charIDToTypeID( "setd" ); var desc24 = new ActionDescriptor(); var id125 = charIDToTypeID( "null" ); var ref16 = new ActionReference(); var id126 = charIDToTypeID( "Prpr" ); var id127 = charIDToTypeID( "Lefx" ); ref16.putProperty( id126, id127 ); var id128 = charIDToTypeID( "Lyr " ); var id129 = charIDToTypeID( "Ordn" ); var id130 = charIDToTypeID( "Trgt" ); ref16.putEnumerated( id128, id129, id130 ); desc24.putReference( id125, ref16 ); var id131 = charIDToTypeID( "T   " ); var desc25 = new ActionDescriptor(); var id132 = charIDToTypeID( "GrFl" ); var id133 = charIDToTypeID( "GrFl" ); desc25.putClass( id132, id133 ); var id134 = charIDToTypeID( "Lefx" ); desc24.putObject( id131, id134, desc25 ); executeAction( id124, desc24, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Layer-PatternOverlay">
		<name id="Layer/PatternOverlay/name" value="Pattern Overlay"/>
		<context id="Layer/PatternOverlay/context" value="Layer &gt; Layer Style &gt; Pattern Overlay"/>
		<desc id="Layer/PatternOverlay/desc" value="Overlay the content of a Layer with a Pattern"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id135 = charIDToTypeID( "setd" ); var desc26 = new ActionDescriptor(); var id136 = charIDToTypeID( "null" ); var ref17 = new ActionReference(); var id137 = charIDToTypeID( "Prpr" ); var id138 = charIDToTypeID( "Lefx" ); ref17.putProperty( id137, id138 ); var id139 = charIDToTypeID( "Lyr " ); var id140 = charIDToTypeID( "Ordn" ); var id141 = charIDToTypeID( "Trgt" ); ref17.putEnumerated( id139, id140, id141 ); desc26.putReference( id136, ref17 ); var id142 = charIDToTypeID( "T   " ); var desc27 = new ActionDescriptor(); var id143 = stringIDToTypeID( "patternFill" ); var id144 = stringIDToTypeID( "patternFill" ); desc27.putClass( id143, id144 ); var id145 = charIDToTypeID( "Lefx" ); desc26.putObject( id142, id145, desc27 ); executeAction( id135, desc26, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Layer-Stroke">
		<name id="Layer/Stroke/name" value="Stroke"/>
		<context id="Layer/Stroke/context" value="Layer &gt; Layer Style &gt; Stroke"/>
		<desc id="Layer/Stroke/desc" value="Stroke the border of a Layer with a defined color"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id146 = charIDToTypeID( "setd" ); var desc28 = new ActionDescriptor(); var id147 = charIDToTypeID( "null" ); var ref18 = new ActionReference(); var id148 = charIDToTypeID( "Prpr" ); var id149 = charIDToTypeID( "Lefx" ); ref18.putProperty( id148, id149 ); var id150 = charIDToTypeID( "Lyr " ); var id151 = charIDToTypeID( "Ordn" ); var id152 = charIDToTypeID( "Trgt" ); ref18.putEnumerated( id150, id151, id152 ); desc28.putReference( id147, ref18 ); var id153 = charIDToTypeID( "T   " ); var desc29 = new ActionDescriptor(); var id154 = charIDToTypeID( "FrFX" ); var id155 = charIDToTypeID( "FrFX" ); desc29.putClass( id154, id155 ); var id156 = charIDToTypeID( "Lefx" ); desc28.putObject( id153, id156, desc29 ); executeAction( id146, desc28, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Layer-CopyLayerStyle">
		<name id="Layer/CopyLayerStyle/name" value="Copy Layer Style"/>
		<context id="Layer/CopyLayerStyle/context" value="Layer &gt; Layer Style &gt; Copy Layer Style"/>
		<desc id="Layer/CopyLayerStyle/desc" value="Copy another Layer Style"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id157 = charIDToTypeID( "CpFX" ); executeAction( id157, undefined, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Layer-PasteLayerStyle">
		<name id="Layer/PasteLayerStyle/name" value="Paste Layer Style"/>
		<context id="Layer/PasteLayerStyle/context" value="Layer &gt; Layer Style &gt; Paste Layer Style"/>
		<desc id="Layer/PasteLayerStyle/desc" value="Paste a copied Layer Style"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id158 = charIDToTypeID( "PaFX" ); executeAction( id158, undefined, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Layer-ClearLayerStyle">
		<name id="Layer/ClearLayerStyle/name" value="Clear Layer Style"/>
		<context id="Layer/ClearLayerStyle/context" value="Layer &gt; Layer Style &gt; Clear Layer Style"/>
		<desc id="Layer/ClearLayerStyle/desc" value="Clear a Layer Style"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id159 = stringIDToTypeID( "disableLayerStyle" ); executeAction( id159, undefined, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Layer-GlobalLight">
		<name id="Layer/GlobalLight/name" value="Global Light"/>
		<context id="Layer/GlobalLight/context" value="Layer &gt; Layer Style &gt; Global Light"/>
		<desc id="Layer/GlobalLight/desc" value="Share the effect of a common light source with multiple layers"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id160 = charIDToTypeID( "setd" ); var desc30 = new ActionDescriptor(); var id161 = charIDToTypeID( "null" ); var ref19 = new ActionReference(); var id162 = charIDToTypeID( "Prpr" ); var id163 = charIDToTypeID( "gblA" ); ref19.putProperty( id162, id163 ); var id164 = charIDToTypeID( "Dcmn" ); var id165 = charIDToTypeID( "Ordn" ); var id166 = charIDToTypeID( "Trgt" ); ref19.putEnumerated( id164, id165, id166 ); desc30.putReference( id161, ref19 ); executeAction( id160, desc30, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Layer-CreateLayers">
		<name id="Layer/CreateLayers/name" value="Create Layers"/>
		<context id="Layer/CreateLayers/context" value="Layer &gt; Layer Style &gt; Create Layers"/>
		<desc id="Layer/CreateLayers/desc" value="Convert the layer styles of the selected layer(s) into new layers"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id167 = charIDToTypeID( "Mk  " ); var desc31 = new ActionDescriptor(); var id168 = charIDToTypeID( "null" ); var ref20 = new ActionReference(); var id169 = charIDToTypeID( "Lyr " ); ref20.putClass( id169 ); desc31.putReference( id168, ref20 ); var id170 = charIDToTypeID( "Usng" ); var ref21 = new ActionReference(); var id171 = charIDToTypeID( "Prpr" ); var id172 = charIDToTypeID( "Lefx" ); ref21.putProperty( id171, id172 ); var id173 = charIDToTypeID( "Lyr " ); var id174 = charIDToTypeID( "Ordn" ); var id175 = charIDToTypeID( "Trgt" ); ref21.putEnumerated( id173, id174, id175 ); desc31.putReference( id170, ref21 ); executeAction( id167, desc31, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Layer-Show/HideAllEffects">
		<name id="Layer/Show/HideAllEffects/name" value="Show/Hide All Effects"/>
		<context id="Layer/Show/HideAllEffects/context" value="Layer &gt; Layer Style &gt; Show/Hide All Effects"/>
		<desc id="Layer/Show/HideAllEffects/desc" value="Show and Hide Layer Styles"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idsetd = charIDToTypeID( "setd" ); var desc159 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref92 = new ActionReference(); var idPrpr = charIDToTypeID( "Prpr" ); var idlfxv = charIDToTypeID( "lfxv" ); ref92.putProperty( idPrpr, idlfxv ); var idDcmn = charIDToTypeID( "Dcmn" ); var idOrdn = charIDToTypeID( "Ordn" ); var idTrgt = charIDToTypeID( "Trgt" ); ref92.putEnumerated( idDcmn, idOrdn, idTrgt ); desc159.putReference( idnull, ref92 ); var idT = charIDToTypeID( "T   " ); var desc160 = new ActionDescriptor(); var idlfxv = charIDToTypeID( "lfxv" ); desc160.putBoolean( idlfxv, false ); var idlfxv = charIDToTypeID( "lfxv" ); desc159.putObject( idT, idlfxv, desc160 ); executeAction( idsetd, desc159, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Layer-ScaleEffects">
		<name id="Layer/ScaleEffects/name" value="Scale Effects"/>
		<context id="Layer/ScaleEffects/context" value="Layer &gt; Layer Style &gt; Scale Effects"/>
		<desc id="Layer/ScaleEffects/desc" value="Scale Layer Style effects"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id186 = stringIDToTypeID( "scaleEffectsEvent" ); executeAction( id186, undefined, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Layer-DisableSmartFilters">
		<name id="Layer/DisableSmartFilters/name" value="Disable Smart Filters"/>
		<context id="Layer/DisableSmartFilters/context" value="Layer &gt; Smart Filter &gt; Disable Smart Filters"/>
		<desc id="Layer/DisableSmartFilters/desc" value="Disable Smart Filters"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idHd = charIDToTypeID( "Hd  " ); var desc161 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref93 = new ActionReference(); var idfilterFX = stringIDToTypeID( "filterFX" ); ref93.putClass( idfilterFX ); var idLyr = charIDToTypeID( "Lyr " ); var idOrdn = charIDToTypeID( "Ordn" ); var idTrgt = charIDToTypeID( "Trgt" ); ref93.putEnumerated( idLyr, idOrdn, idTrgt ); desc161.putReference( idnull, ref93 ); executeAction( idHd, desc161, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Layer-DeleteFilterMask">
		<name id="Layer/DeleteFilterMask/name" value="Delete Filter Mask"/>
		<context id="Layer/DeleteFilterMask/context" value="Layer &gt; Smart Filter &gt; Delete Filter Mask"/>
		<desc id="Layer/DeleteFilterMask/desc" value="Delete a Filter Mask from a Smart Filter"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idDlt = charIDToTypeID( "Dlt " ); var desc162 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref94 = new ActionReference(); var idChnl = charIDToTypeID( "Chnl" ); var idChnl = charIDToTypeID( "Chnl" ); var idfilterMask = stringIDToTypeID( "filterMask" ); ref94.putEnumerated( idChnl, idChnl, idfilterMask ); desc162.putReference( idnull, ref94 ); executeAction( idDlt, desc162, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Layer-DisableFilterMask">
		<name id="Layer/DisableFilterMask/name" value="Disable Filter Mask"/>
		<context id="Layer/DisableFilterMask/context" value="Layer &gt; Smart Filter &gt; Disable Filter Mask"/>
		<desc id="Layer/DisableFilterMask/desc" value="Disable a Filter Mask from a Smart Filter"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idsetd = charIDToTypeID( "setd" ); var desc163 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref95 = new ActionReference(); var idLyr = charIDToTypeID( "Lyr " ); var idOrdn = charIDToTypeID( "Ordn" ); var idTrgt = charIDToTypeID( "Trgt" ); ref95.putEnumerated( idLyr, idOrdn, idTrgt ); desc163.putReference( idnull, ref95 ); var idT = charIDToTypeID( "T   " ); var desc164 = new ActionDescriptor(); var idfilterMaskEnable = stringIDToTypeID( "filterMaskEnable" ); desc164.putBoolean( idfilterMaskEnable, false ); var idLyr = charIDToTypeID( "Lyr " ); desc163.putObject( idT, idLyr, desc164 ); executeAction( idsetd, desc163, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Layer-ClearSmartFilters">
		<name id="Layer/ClearSmartFilters/name" value="Clear Smart Filters"/>
		<context id="Layer/ClearSmartFilters/context" value="Layer &gt; Smart Filter &gt; Clear Smart Filters"/>
		<desc id="Layer/ClearSmartFilters/desc" value="Clear Smart Filters"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idDlt = charIDToTypeID( "Dlt " ); var desc165 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref96 = new ActionReference(); var idfilterFX = stringIDToTypeID( "filterFX" ); ref96.putClass( idfilterFX ); var idLyr = charIDToTypeID( "Lyr " ); var idOrdn = charIDToTypeID( "Ordn" ); var idTrgt = charIDToTypeID( "Trgt" ); ref96.putEnumerated( idLyr, idOrdn, idTrgt ); desc165.putReference( idnull, ref96 ); executeAction( idDlt, desc165, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Layer-SolidColor">
		<name id="Layer/SolidColor/name" value="Solid Color"/>
		<context id="Layer/SolidColor/context" value="Layer &gt; New Fill Layer &gt; Solid Color"/>
		<desc id="Layer/SolidColor/desc" value="Create a new, solid color Fill Layer"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id212 = charIDToTypeID( "Mk  " ); var desc39 = new ActionDescriptor(); var id213 = charIDToTypeID( "null" ); var ref27 = new ActionReference(); var id214 = stringIDToTypeID( "contentLayer" ); ref27.putClass( id214 ); desc39.putReference( id213, ref27 ); var id215 = charIDToTypeID( "Usng" ); var desc40 = new ActionDescriptor(); var id216 = charIDToTypeID( "Type" ); var id217 = stringIDToTypeID( "solidColorLayer" ); desc40.putClass( id216, id217 ); var id218 = stringIDToTypeID( "contentLayer" ); desc39.putObject( id215, id218, desc40 ); executeAction( id212, desc39, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Layer-Gradient">
		<name id="Layer/Gradient/name" value="Gradient"/>
		<context id="Layer/Gradient/context" value="Layer &gt; New Fill Layer &gt; Gradient"/>
		<desc id="Layer/Gradient/desc" value="Create a new Gradient Fill Layer"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id219 = charIDToTypeID( "Mk  " ); var desc41 = new ActionDescriptor(); var id220 = charIDToTypeID( "null" ); var ref28 = new ActionReference(); var id221 = stringIDToTypeID( "contentLayer" ); ref28.putClass( id221 ); desc41.putReference( id220, ref28 ); var id222 = charIDToTypeID( "Usng" ); var desc42 = new ActionDescriptor(); var id223 = charIDToTypeID( "Type" ); var id224 = stringIDToTypeID( "gradientLayer" ); desc42.putClass( id223, id224 ); var id225 = stringIDToTypeID( "contentLayer" ); desc41.putObject( id222, id225, desc42 ); executeAction( id219, desc41, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Layer-Pattern">
		<name id="Layer/Pattern/name" value="Pattern"/>
		<context id="Layer/Pattern/context" value="Layer &gt; New Fill Layer &gt; Pattern"/>
		<desc id="Layer/Pattern/desc" value="Create a new Patterned Fill Layer"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id226 = charIDToTypeID( "Mk  " ); var desc43 = new ActionDescriptor(); var id227 = charIDToTypeID( "null" ); var ref29 = new ActionReference(); var id228 = stringIDToTypeID( "contentLayer" ); ref29.putClass( id228 ); desc43.putReference( id227, ref29 ); var id229 = charIDToTypeID( "Usng" ); var desc44 = new ActionDescriptor(); var id230 = charIDToTypeID( "Type" ); var id231 = stringIDToTypeID( "patternLayer" ); desc44.putClass( id230, id231 ); var id232 = stringIDToTypeID( "contentLayer" ); desc43.putObject( id229, id232, desc44 ); executeAction( id226, desc43, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Layer-Levels">
		<name id="Layer/Levels/name" value="Levels"/>
		<context id="Layer/Levels/context" value="Layer &gt; New Adjustment Layer &gt; Levels"/>
		<desc id="Layer/Levels/desc" value="Create a new Levels adjustment layer"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id233 = charIDToTypeID( "Mk  " ); var desc45 = new ActionDescriptor(); var id234 = charIDToTypeID( "null" ); var ref30 = new ActionReference(); var id235 = stringIDToTypeID( "contentLayer" ); ref30.putClass( id235 ); desc45.putReference( id234, ref30 ); var id236 = charIDToTypeID( "Usng" ); var desc46 = new ActionDescriptor(); var id237 = charIDToTypeID( "Type" ); var id238 = charIDToTypeID( "Lvls" ); desc46.putClass( id237, id238 ); var id239 = stringIDToTypeID( "contentLayer" ); desc45.putObject( id236, id239, desc46 ); executeAction( id233, desc45, DialogModes.NO );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Layer-Curves">
		<name id="Layer/Curves/name" value="Curves"/>
		<context id="Layer/Curves/context" value="Layer &gt; New Adjustment Layer &gt; Curves"/>
		<desc id="Layer/Curves/desc" value="Create a new Curves adjustment layer"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id240 = charIDToTypeID( "Mk  " ); var desc47 = new ActionDescriptor(); var id241 = charIDToTypeID( "null" ); var ref31 = new ActionReference(); var id242 = stringIDToTypeID( "contentLayer" ); ref31.putClass( id242 ); desc47.putReference( id241, ref31 ); var id243 = charIDToTypeID( "Usng" ); var desc48 = new ActionDescriptor(); var id244 = charIDToTypeID( "Type" ); var id245 = charIDToTypeID( "Crvs" ); desc48.putClass( id244, id245 ); var id246 = stringIDToTypeID( "contentLayer" ); desc47.putObject( id243, id246, desc48 ); executeAction( id240, desc47, DialogModes.NO );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Layer-ColorBalance">
		<name id="Layer/ColorBalance/name" value="Color Balance"/>
		<context id="Layer/ColorBalance/context" value="Layer &gt; New Adjustment Layer &gt; Color Balance"/>
		<desc id="Layer/ColorBalance/desc" value="Create a new Color Balance adjustment layer"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id247 = charIDToTypeID( "Mk  " ); var desc49 = new ActionDescriptor(); var id248 = charIDToTypeID( "null" ); var ref32 = new ActionReference(); var id249 = stringIDToTypeID( "contentLayer" ); ref32.putClass( id249 ); desc49.putReference( id248, ref32 ); var id250 = charIDToTypeID( "Usng" ); var desc50 = new ActionDescriptor(); var id251 = charIDToTypeID( "Type" ); var id252 = charIDToTypeID( "ClrB" ); desc50.putClass( id251, id252 ); var id253 = stringIDToTypeID( "contentLayer" ); desc49.putObject( id250, id253, desc50 ); executeAction( id247, desc49, DialogModes.NO );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Layer-Brightness/Contrast">
		<name id="Layer/Brightness/Contrast/name" value="Brightness/Contrast"/>
		<context id="Layer/Brightness/Contrast/context" value="Layer &gt; New Adjustment Layer &gt; Brightness/Contrast"/>
		<desc id="Layer/Brightness/Contrast/desc" value="Create a new Brightness/Contrast adjustment layer"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id254 = charIDToTypeID( "Mk  " ); var desc51 = new ActionDescriptor(); var id255 = charIDToTypeID( "null" ); var ref33 = new ActionReference(); var id256 = stringIDToTypeID( "contentLayer" ); ref33.putClass( id256 ); desc51.putReference( id255, ref33 ); var id257 = charIDToTypeID( "Usng" ); var desc52 = new ActionDescriptor(); var id258 = charIDToTypeID( "Type" ); var id259 = charIDToTypeID( "BrgC" ); desc52.putClass( id258, id259 ); var id260 = stringIDToTypeID( "contentLayer" ); desc51.putObject( id257, id260, desc52 ); executeAction( id254, desc51, DialogModes.NO );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Layer-BlackandWhite">
		<name id="Layer/BlackandWhite/name" value="Black and White"/>
		<context id="Layer/BlackandWhite/context" value="Layer &gt; New Adjustment Layer &gt; Black and White"/>
		<desc id="Layer/BlackandWhite/desc" value="Create a new Black and White adjustment layer"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id261 = charIDToTypeID( "Mk  " ); var desc53 = new ActionDescriptor(); var id262 = charIDToTypeID( "null" ); var ref34 = new ActionReference(); var id263 = stringIDToTypeID( "contentLayer" ); ref34.putClass( id263 ); desc53.putReference( id262, ref34 ); var id264 = charIDToTypeID( "Usng" ); var desc54 = new ActionDescriptor(); var id265 = charIDToTypeID( "Type" ); var id266 = charIDToTypeID( "BanW" ); desc54.putClass( id265, id266 ); var id267 = stringIDToTypeID( "contentLayer" ); desc53.putObject( id264, id267, desc54 ); executeAction( id261, desc53, DialogModes.NO );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Layer-Hue/Saturation">
		<name id="Layer/Hue/Saturation/name" value="Hue/Saturation"/>
		<context id="Layer/Hue/Saturation/context" value="Layer &gt; New Adjustment Layer &gt; Hue/Saturation"/>
		<desc id="Layer/Hue/Saturation/desc" value="Create a new Hue/Saturation adjustment layer"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id268 = charIDToTypeID( "Mk  " ); var desc55 = new ActionDescriptor(); var id269 = charIDToTypeID( "null" ); var ref35 = new ActionReference(); var id270 = stringIDToTypeID( "contentLayer" ); ref35.putClass( id270 ); desc55.putReference( id269, ref35 ); var id271 = charIDToTypeID( "Usng" ); var desc56 = new ActionDescriptor(); var id272 = charIDToTypeID( "Type" ); var id273 = charIDToTypeID( "HStr" ); desc56.putClass( id272, id273 ); var id274 = stringIDToTypeID( "contentLayer" ); desc55.putObject( id271, id274, desc56 ); executeAction( id268, desc55, DialogModes.NO );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Layer-SelectiveColor">
		<name id="Layer/SelectiveColor/name" value="Selective Color"/>
		<context id="Layer/SelectiveColor/context" value="Layer &gt; New Adjustment Layer &gt; Selective Color"/>
		<desc id="Layer/SelectiveColor/desc" value="Create a new Selective Color adjustment layer"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id275 = charIDToTypeID( "Mk  " ); var desc57 = new ActionDescriptor(); var id276 = charIDToTypeID( "null" ); var ref36 = new ActionReference(); var id277 = stringIDToTypeID( "contentLayer" ); ref36.putClass( id277 ); desc57.putReference( id276, ref36 ); var id278 = charIDToTypeID( "Usng" ); var desc58 = new ActionDescriptor(); var id279 = charIDToTypeID( "Type" ); var id280 = charIDToTypeID( "SlcC" ); desc58.putClass( id279, id280 ); var id281 = stringIDToTypeID( "contentLayer" ); desc57.putObject( id278, id281, desc58 ); executeAction( id275, desc57, DialogModes.NO );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Layer-ChannelMixer">
		<name id="Layer/ChannelMixer/name" value="Channel Mixer"/>
		<context id="Layer/ChannelMixer/context" value="Layer &gt; New Adjustment Layer &gt; Channel Mixer"/>
		<desc id="Layer/ChannelMixer/desc" value="Create a new Channel Mixer adjustment layer"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id282 = charIDToTypeID( "Mk  " ); var desc59 = new ActionDescriptor(); var id283 = charIDToTypeID( "null" ); var ref37 = new ActionReference(); var id284 = stringIDToTypeID( "contentLayer" ); ref37.putClass( id284 ); desc59.putReference( id283, ref37 ); var id285 = charIDToTypeID( "Usng" ); var desc60 = new ActionDescriptor(); var id286 = charIDToTypeID( "Type" ); var id287 = charIDToTypeID( "ChnM" ); desc60.putClass( id286, id287 ); var id288 = stringIDToTypeID( "contentLayer" ); desc59.putObject( id285, id288, desc60 ); executeAction( id282, desc59, DialogModes.NO );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Layer-GradientMap">
		<name id="Layer/GradientMap/name" value="Gradient Map"/>
		<context id="Layer/GradientMap/context" value="Layer &gt; New Adjustment Layer &gt; Gradient Map"/>
		<desc id="Layer/GradientMap/desc" value="Create a new Gradient Map adjustment layer"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id289 = charIDToTypeID( "Mk  " ); var desc61 = new ActionDescriptor(); var id290 = charIDToTypeID( "null" ); var ref38 = new ActionReference(); var id291 = stringIDToTypeID( "contentLayer" ); ref38.putClass( id291 ); desc61.putReference( id290, ref38 ); var id292 = charIDToTypeID( "Usng" ); var desc62 = new ActionDescriptor(); var id293 = charIDToTypeID( "Type" ); var id294 = charIDToTypeID( "GdMp" ); desc62.putClass( id293, id294 ); var id295 = stringIDToTypeID( "contentLayer" ); desc61.putObject( id292, id295, desc62 ); executeAction( id289, desc61, DialogModes.NO );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Layer-PhotoFilter">
		<name id="Layer/PhotoFilter/name" value="Photo Filter"/>
		<context id="Layer/PhotoFilter/context" value="Layer &gt; New Adjustment Layer &gt; Photo Filter"/>
		<desc id="Layer/PhotoFilter/desc" value="Create a new Photo Filter adjustment layer"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id296 = charIDToTypeID( "Mk  " ); var desc63 = new ActionDescriptor(); var id297 = charIDToTypeID( "null" ); var ref39 = new ActionReference(); var id298 = stringIDToTypeID( "contentLayer" ); ref39.putClass( id298 ); desc63.putReference( id297, ref39 ); var id299 = charIDToTypeID( "Usng" ); var desc64 = new ActionDescriptor(); var id300 = charIDToTypeID( "Type" ); var id301 = stringIDToTypeID( "photoFilter" ); desc64.putClass( id300, id301 ); var id302 = stringIDToTypeID( "contentLayer" ); desc63.putObject( id299, id302, desc64 ); executeAction( id296, desc63, DialogModes.NO );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Layer-Exposure">
		<name id="Layer/Exposure/name" value="Exposure"/>
		<context id="Layer/Exposure/context" value="Layer &gt; New Adjustment Layer &gt; Exposure"/>
		<desc id="Layer/Exposure/desc" value="Create a new Exposure adjustment layer"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id303 = charIDToTypeID( "Mk  " ); var desc65 = new ActionDescriptor(); var id304 = charIDToTypeID( "null" ); var ref40 = new ActionReference(); var id305 = stringIDToTypeID( "contentLayer" ); ref40.putClass( id305 ); desc65.putReference( id304, ref40 ); var id306 = charIDToTypeID( "Usng" ); var desc66 = new ActionDescriptor(); var id307 = charIDToTypeID( "Type" ); var id308 = charIDToTypeID( "Exps" ); desc66.putClass( id307, id308 ); var id309 = stringIDToTypeID( "contentLayer" ); desc65.putObject( id306, id309, desc66 ); executeAction( id303, desc65, DialogModes.NO );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Layer-Invert">
		<name id="Layer/Invert/name" value="Invert"/>
		<context id="Layer/Invert/context" value="Layer &gt; New Adjustment Layer &gt; Invert"/>
		<desc id="Layer/Invert/desc" value="Create a new Invert adjustment layer"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id310 = charIDToTypeID( "Mk  " ); var desc67 = new ActionDescriptor(); var id311 = charIDToTypeID( "null" ); var ref41 = new ActionReference(); var id312 = stringIDToTypeID( "contentLayer" ); ref41.putClass( id312 ); desc67.putReference( id311, ref41 ); var id313 = charIDToTypeID( "Usng" ); var desc68 = new ActionDescriptor(); var id314 = charIDToTypeID( "Type" ); var id315 = charIDToTypeID( "Invr" ); desc68.putClass( id314, id315 ); var id316 = stringIDToTypeID( "contentLayer" ); desc67.putObject( id313, id316, desc68 ); executeAction( id310, desc67, DialogModes.NO );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Layer-Threshold">
		<name id="Layer/Threshold/name" value="Threshold"/>
		<context id="Layer/Threshold/context" value="Layer &gt; New Adjustment Layer &gt; Threshold"/>
		<desc id="Layer/Threshold/desc" value="Create a new Threshold adjustment layer"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id317 = charIDToTypeID( "Mk  " ); var desc69 = new ActionDescriptor(); var id318 = charIDToTypeID( "null" ); var ref42 = new ActionReference(); var id319 = stringIDToTypeID( "contentLayer" ); ref42.putClass( id319 ); desc69.putReference( id318, ref42 ); var id320 = charIDToTypeID( "Usng" ); var desc70 = new ActionDescriptor(); var id321 = charIDToTypeID( "Type" ); var id322 = charIDToTypeID( "Thrs" ); desc70.putClass( id321, id322 ); var id323 = stringIDToTypeID( "contentLayer" ); desc69.putObject( id320, id323, desc70 ); executeAction( id317, desc69, DialogModes.NO );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Layer-Posterize">
		<name id="Layer/Posterize/name" value="Posterize"/>
		<context id="Layer/Posterize/context" value="Layer &gt; New Adjustment Layer &gt; Posterize"/>
		<desc id="Layer/Posterize/desc" value="Create a new Posterize adjustment layer"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id324 = charIDToTypeID( "Mk  " ); var desc71 = new ActionDescriptor(); var id325 = charIDToTypeID( "null" ); var ref43 = new ActionReference(); var id326 = stringIDToTypeID( "contentLayer" ); ref43.putClass( id326 ); desc71.putReference( id325, ref43 ); var id327 = charIDToTypeID( "Usng" ); var desc72 = new ActionDescriptor(); var id328 = charIDToTypeID( "Type" ); var id329 = charIDToTypeID( "Pstr" ); desc72.putClass( id328, id329 ); var id330 = stringIDToTypeID( "contentLayer" ); desc71.putObject( id327, id330, desc72 ); executeAction( id324, desc71, DialogModes.NO );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Layer-ChangeLayerContent-SolidColor">
		<name id="Layer/SolidColor/name" value="Solid Color"/>
		<context id="Layer/SolidColor/context" value="Layer &gt; Change Layer Content &gt; Solid Color"/>
		<desc id="Layer/SolidColor/desc" value="Change layer content to a solid color"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id331 = charIDToTypeID( "setd" ); var desc73 = new ActionDescriptor(); var id332 = charIDToTypeID( "null" ); var ref44 = new ActionReference(); var id333 = stringIDToTypeID( "contentLayer" ); var id334 = charIDToTypeID( "Ordn" ); var id335 = charIDToTypeID( "Trgt" ); ref44.putEnumerated( id333, id334, id335 ); desc73.putReference( id332, ref44 ); var id336 = charIDToTypeID( "T   " ); var id337 = stringIDToTypeID( "solidColorLayer" ); desc73.putClass( id336, id337 ); executeAction( id331, desc73, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Layer-ChangeLayerContent-Gradient">
		<name id="Layer/Gradient/name" value="Gradient"/>
		<context id="Layer/Gradient/context" value="Layer &gt; Change Layer Content &gt; Gradient"/>
		<desc id="Layer/Gradient/desc" value="Change layer content to a gradient"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id338 = charIDToTypeID( "setd" ); var desc74 = new ActionDescriptor(); var id339 = charIDToTypeID( "null" ); var ref45 = new ActionReference(); var id340 = stringIDToTypeID( "contentLayer" ); var id341 = charIDToTypeID( "Ordn" ); var id342 = charIDToTypeID( "Trgt" ); ref45.putEnumerated( id340, id341, id342 ); desc74.putReference( id339, ref45 ); var id343 = charIDToTypeID( "T   " ); var id344 = stringIDToTypeID( "gradientLayer" ); desc74.putClass( id343, id344 ); executeAction( id338, desc74, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Layer-ChangeLayerContent-Pattern">
		<name id="Layer/Pattern/name" value="Pattern"/>
		<context id="Layer/Pattern/context" value="Layer &gt; Change Layer Content &gt; Pattern"/>
		<desc id="Layer/Pattern/desc" value="Change layer content to a pattern"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id345 = charIDToTypeID( "setd" ); var desc75 = new ActionDescriptor(); var id346 = charIDToTypeID( "null" ); var ref46 = new ActionReference(); var id347 = stringIDToTypeID( "contentLayer" ); var id348 = charIDToTypeID( "Ordn" ); var id349 = charIDToTypeID( "Trgt" ); ref46.putEnumerated( id347, id348, id349 ); desc75.putReference( id346, ref46 ); var id350 = charIDToTypeID( "T   " ); var id351 = stringIDToTypeID( "patternLayer" ); desc75.putClass( id350, id351 ); executeAction( id345, desc75, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Layer-ChangeLayerContent-Levels">
		<name id="Layer/Levels/name" value="Levels"/>
		<context id="Layer/Levels/context" value="Layer &gt; Change Layer Content &gt; Levels"/>
		<desc id="Layer/Levels/desc" value="Change layer content to Levels"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id352 = charIDToTypeID( "setd" ); var desc76 = new ActionDescriptor(); var id353 = charIDToTypeID( "null" ); var ref47 = new ActionReference(); var id354 = stringIDToTypeID( "contentLayer" ); var id355 = charIDToTypeID( "Ordn" ); var id356 = charIDToTypeID( "Trgt" ); ref47.putEnumerated( id354, id355, id356 ); desc76.putReference( id353, ref47 ); var id357 = charIDToTypeID( "T   " ); var id358 = charIDToTypeID( "Lvls" ); desc76.putClass( id357, id358 ); executeAction( id352, desc76, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Layer-ChangeLayerContent-Curves">
		<name id="Layer/Curves/name" value="Curves"/>
		<context id="Layer/Curves/context" value="Layer &gt; Change Layer Content &gt; Curves"/>
		<desc id="Layer/Curves/desc" value="Change layer content to Curves"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id359 = charIDToTypeID( "setd" ); var desc77 = new ActionDescriptor(); var id360 = charIDToTypeID( "null" ); var ref48 = new ActionReference(); var id361 = stringIDToTypeID( "contentLayer" ); var id362 = charIDToTypeID( "Ordn" ); var id363 = charIDToTypeID( "Trgt" ); ref48.putEnumerated( id361, id362, id363 ); desc77.putReference( id360, ref48 ); var id364 = charIDToTypeID( "T   " ); var id365 = charIDToTypeID( "Crvs" ); desc77.putClass( id364, id365 ); executeAction( id359, desc77, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Layer-ChangeLayerContent-ColorBalance">
		<name id="Layer/ColorBalance/name" value="Color Balance"/>
		<context id="Layer/ColorBalance/context" value="Layer &gt; Change Layer Content &gt; Color Balance"/>
		<desc id="Layer/ColorBalance/desc" value="Change layer content to Color Balance"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id366 = charIDToTypeID( "setd" ); var desc78 = new ActionDescriptor(); var id367 = charIDToTypeID( "null" ); var ref49 = new ActionReference(); var id368 = stringIDToTypeID( "contentLayer" ); var id369 = charIDToTypeID( "Ordn" ); var id370 = charIDToTypeID( "Trgt" ); ref49.putEnumerated( id368, id369, id370 ); desc78.putReference( id367, ref49 ); var id371 = charIDToTypeID( "T   " ); var id372 = charIDToTypeID( "ClrB" ); desc78.putClass( id371, id372 ); executeAction( id366, desc78, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Layer-ChangeLayerContent-Brightness/Contrast">
		<name id="Layer/Brightness/Contrast/name" value="Brightness/Contrast"/>
		<context id="Layer/Brightness/Contrast/context" value="Layer &gt; Change Layer Content &gt; Brightness/Contrast"/>
		<desc id="Layer/Brightness/Contrast/desc" value="Change layer content to Brightness/Contrast"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id373 = charIDToTypeID( "setd" ); var desc79 = new ActionDescriptor(); var id374 = charIDToTypeID( "null" ); var ref50 = new ActionReference(); var id375 = stringIDToTypeID( "contentLayer" ); var id376 = charIDToTypeID( "Ordn" ); var id377 = charIDToTypeID( "Trgt" ); ref50.putEnumerated( id375, id376, id377 ); desc79.putReference( id374, ref50 ); var id378 = charIDToTypeID( "T   " ); var id379 = charIDToTypeID( "BrgC" ); desc79.putClass( id378, id379 ); executeAction( id373, desc79, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Layer-ChangeLayerContent-BlackandWhite">
		<name id="Layer/BlackandWhite/name" value="Black and White"/>
		<context id="Layer/BlackandWhite/context" value="Layer &gt; Change Layer Content &gt; Black and White"/>
		<desc id="Layer/BlackandWhite/desc" value="Change layer content to Black/White"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id380 = charIDToTypeID( "setd" ); var desc80 = new ActionDescriptor(); var id381 = charIDToTypeID( "null" ); var ref51 = new ActionReference(); var id382 = stringIDToTypeID( "contentLayer" ); var id383 = charIDToTypeID( "Ordn" ); var id384 = charIDToTypeID( "Trgt" ); ref51.putEnumerated( id382, id383, id384 ); desc80.putReference( id381, ref51 ); var id385 = charIDToTypeID( "T   " ); var id386 = charIDToTypeID( "BanW" ); desc80.putClass( id385, id386 ); executeAction( id380, desc80, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Layer-ChangeLayerContent-Hue/Saturation">
		<name id="Layer/Hue/Saturation/name" value="Hue/Saturation"/>
		<context id="Layer/Hue/Saturation/context" value="Layer &gt; Change Layer Content &gt; Hue/Saturation"/>
		<desc id="Layer/Hue/Saturation/desc" value="Change layer content to Hue/Saturation"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id387 = charIDToTypeID( "setd" ); var desc81 = new ActionDescriptor(); var id388 = charIDToTypeID( "null" ); var ref52 = new ActionReference(); var id389 = stringIDToTypeID( "contentLayer" ); var id390 = charIDToTypeID( "Ordn" ); var id391 = charIDToTypeID( "Trgt" ); ref52.putEnumerated( id389, id390, id391 ); desc81.putReference( id388, ref52 ); var id392 = charIDToTypeID( "T   " ); var id393 = charIDToTypeID( "HStr" ); desc81.putClass( id392, id393 ); executeAction( id387, desc81, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Layer-ChangeLayerContent-SelectiveColor">
		<name id="Layer/SelectiveColor/name" value="Selective Color"/>
		<context id="Layer/SelectiveColor/context" value="Layer &gt; Change Layer Content &gt; Selective Color"/>
		<desc id="Layer/SelectiveColor/desc" value="Change layer content to Selective Color"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id394 = charIDToTypeID( "setd" ); var desc82 = new ActionDescriptor(); var id395 = charIDToTypeID( "null" ); var ref53 = new ActionReference(); var id396 = stringIDToTypeID( "contentLayer" ); var id397 = charIDToTypeID( "Ordn" ); var id398 = charIDToTypeID( "Trgt" ); ref53.putEnumerated( id396, id397, id398 ); desc82.putReference( id395, ref53 ); var id399 = charIDToTypeID( "T   " ); var id400 = charIDToTypeID( "SlcC" ); desc82.putClass( id399, id400 ); executeAction( id394, desc82, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Layer-ChangeLayerContent-ChannelMixer">
		<name id="Layer/ChannelMixer/name" value="Channel Mixer"/>
		<context id="Layer/ChannelMixer/context" value="Layer &gt; Change Layer Content &gt; Channel Mixer"/>
		<desc id="Layer/ChannelMixer/desc" value="Change layer content to Channel Mixer"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id401 = charIDToTypeID( "setd" ); var desc83 = new ActionDescriptor(); var id402 = charIDToTypeID( "null" ); var ref54 = new ActionReference(); var id403 = stringIDToTypeID( "contentLayer" ); var id404 = charIDToTypeID( "Ordn" ); var id405 = charIDToTypeID( "Trgt" ); ref54.putEnumerated( id403, id404, id405 ); desc83.putReference( id402, ref54 ); var id406 = charIDToTypeID( "T   " ); var id407 = charIDToTypeID( "ChnM" ); desc83.putClass( id406, id407 ); executeAction( id401, desc83, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Layer-ChangeLayerContent-GradientMap">
		<name id="Layer/GradientMap/name" value="Gradient Map"/>
		<context id="Layer/GradientMap/context" value="Layer &gt; Change Layer Content &gt; Gradient Map"/>
		<desc id="Layer/GradientMap/desc" value="Change layer content to Gradient Map"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id408 = charIDToTypeID( "setd" ); var desc84 = new ActionDescriptor(); var id409 = charIDToTypeID( "null" ); var ref55 = new ActionReference(); var id410 = stringIDToTypeID( "contentLayer" ); var id411 = charIDToTypeID( "Ordn" ); var id412 = charIDToTypeID( "Trgt" ); ref55.putEnumerated( id410, id411, id412 ); desc84.putReference( id409, ref55 ); var id413 = charIDToTypeID( "T   " ); var id414 = charIDToTypeID( "GdMp" ); desc84.putClass( id413, id414 ); executeAction( id408, desc84, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Layer-ChangeLayerContent-PhotoFilter">
		<name id="Layer/PhotoFilter/name" value="Photo Filter"/>
		<context id="Layer/PhotoFilter/context" value="Layer &gt; Change Layer Content &gt; Photo Filter"/>
		<desc id="Layer/PhotoFilter/desc" value="Change layer content to Photo Filter"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id415 = charIDToTypeID( "setd" ); var desc85 = new ActionDescriptor(); var id416 = charIDToTypeID( "null" ); var ref56 = new ActionReference(); var id417 = stringIDToTypeID( "contentLayer" ); var id418 = charIDToTypeID( "Ordn" ); var id419 = charIDToTypeID( "Trgt" ); ref56.putEnumerated( id417, id418, id419 ); desc85.putReference( id416, ref56 ); var id420 = charIDToTypeID( "T   " ); var id421 = stringIDToTypeID( "photoFilter" ); desc85.putClass( id420, id421 ); executeAction( id415, desc85, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Layer-ChangeLayerContent-Exposure">
		<name id="Layer/Exposure/name" value="Exposure"/>
		<context id="Layer/Exposure/context" value="Layer &gt; Change Layer Content &gt; Exposure"/>
		<desc id="Layer/Exposure/desc" value="Change layer content to Exposure"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id422 = charIDToTypeID( "setd" ); var desc86 = new ActionDescriptor(); var id423 = charIDToTypeID( "null" ); var ref57 = new ActionReference(); var id424 = stringIDToTypeID( "contentLayer" ); var id425 = charIDToTypeID( "Ordn" ); var id426 = charIDToTypeID( "Trgt" ); ref57.putEnumerated( id424, id425, id426 ); desc86.putReference( id423, ref57 ); var id427 = charIDToTypeID( "T   " ); var id428 = charIDToTypeID( "Exps" ); desc86.putClass( id427, id428 ); executeAction( id422, desc86, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Layer-ChangeLayerContent-Invert">
		<name id="Layer/Invert/name" value="Invert"/>
		<context id="Layer/Invert/context" value="Layer &gt; Change Layer Content &gt; Invert"/>
		<desc id="Layer/Invert/desc" value="Change layer content to Invert"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id429 = charIDToTypeID( "setd" ); var desc87 = new ActionDescriptor(); var id430 = charIDToTypeID( "null" ); var ref58 = new ActionReference(); var id431 = stringIDToTypeID( "contentLayer" ); var id432 = charIDToTypeID( "Ordn" ); var id433 = charIDToTypeID( "Trgt" ); ref58.putEnumerated( id431, id432, id433 ); desc87.putReference( id430, ref58 ); var id434 = charIDToTypeID( "T   " ); var id435 = charIDToTypeID( "Invr" ); desc87.putClass( id434, id435 ); executeAction( id429, desc87, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Layer-ChangeLayerContent-Threshold">
		<name id="Layer/Threshold/name" value="Threshold"/>
		<context id="Layer/Threshold/context" value="Layer &gt; Change Layer Content &gt; Threshold"/>
		<desc id="Layer/Threshold/desc" value="Change layer content to Threshold"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id436 = charIDToTypeID( "setd" ); var desc88 = new ActionDescriptor(); var id437 = charIDToTypeID( "null" ); var ref59 = new ActionReference(); var id438 = stringIDToTypeID( "contentLayer" ); var id439 = charIDToTypeID( "Ordn" ); var id440 = charIDToTypeID( "Trgt" ); ref59.putEnumerated( id438, id439, id440 ); desc88.putReference( id437, ref59 ); var id441 = charIDToTypeID( "T   " ); var id442 = charIDToTypeID( "Thrs" ); desc88.putClass( id441, id442 ); executeAction( id436, desc88, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Layer-ChangeLayerContent-Posterize">
		<name id="Layer/Posterize/name" value="Posterize"/>
		<context id="Layer/Posterize/context" value="Layer &gt; Change Layer Content &gt; Posterize"/>
		<desc id="Layer/Posterize/desc" value="Change layer content to Posterize"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id443 = charIDToTypeID( "setd" ); var desc89 = new ActionDescriptor(); var id444 = charIDToTypeID( "null" ); var ref60 = new ActionReference(); var id445 = stringIDToTypeID( "contentLayer" ); var id446 = charIDToTypeID( "Ordn" ); var id447 = charIDToTypeID( "Trgt" ); ref60.putEnumerated( id445, id446, id447 ); desc89.putReference( id444, ref60 ); var id448 = charIDToTypeID( "T   " ); var id449 = charIDToTypeID( "Pstr" ); desc89.putClass( id448, id449 ); executeAction( id443, desc89, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Layer-LayerContentOptions">
		<name id="Layer/LayerContentOptions/name" value="Layer Content Options"/>
		<context id="Layer/LayerContentOptions/context" value="Layer &gt; Layer Content Options"/>
		<desc id="Layer/LayerContentOptions/desc" value="Define layer content options"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id450 = charIDToTypeID( "slct" ); var desc90 = new ActionDescriptor(); var id451 = charIDToTypeID( "null" ); var ref61 = new ActionReference(); var id452 = charIDToTypeID( "Mn  " ); var id453 = charIDToTypeID( "MnIt" ); var id454 = charIDToTypeID( "AdjO" ); ref61.putEnumerated( id452, id453, id454 ); desc90.putReference( id451, ref61 ); executeAction( id450, desc90, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Layer-RevealAll">
		<name id="Layer/RevealAll/name" value="Reveal All"/>
		<context id="Layer/RevealAll/context" value="Layer &gt; Layer Mask &gt; Reveal All"/>
		<desc id="Layer/RevealAll/desc" value="Reveal all layer mask information"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idMk = charIDToTypeID( "Mk  " ); var desc166 = new ActionDescriptor(); var idNw = charIDToTypeID( "Nw  " ); var idChnl = charIDToTypeID( "Chnl" ); desc166.putClass( idNw, idChnl ); var idAt = charIDToTypeID( "At  " ); var ref97 = new ActionReference(); var idChnl = charIDToTypeID( "Chnl" ); var idChnl = charIDToTypeID( "Chnl" ); var idMsk = charIDToTypeID( "Msk " ); ref97.putEnumerated( idChnl, idChnl, idMsk ); desc166.putReference( idAt, ref97 ); var idUsng = charIDToTypeID( "Usng" ); var idUsrM = charIDToTypeID( "UsrM" ); var idRvlA = charIDToTypeID( "RvlA" ); desc166.putEnumerated( idUsng, idUsrM, idRvlA ); executeAction( idMk, desc166, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Layer-HideAll">
		<name id="Layer/HideAll/name" value="Hide All"/>
		<context id="Layer/HideAll/context" value="Layer &gt; Layer Mask &gt; Hide All"/>
		<desc id="Layer/HideAll/desc" value="Hide all layer mask information"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idMk = charIDToTypeID( "Mk  " ); var desc167 = new ActionDescriptor(); var idNw = charIDToTypeID( "Nw  " ); var idChnl = charIDToTypeID( "Chnl" ); desc167.putClass( idNw, idChnl ); var idAt = charIDToTypeID( "At  " ); var ref98 = new ActionReference(); var idChnl = charIDToTypeID( "Chnl" ); var idChnl = charIDToTypeID( "Chnl" ); var idMsk = charIDToTypeID( "Msk " ); ref98.putEnumerated( idChnl, idChnl, idMsk ); desc167.putReference( idAt, ref98 ); var idUsng = charIDToTypeID( "Usng" ); var idUsrM = charIDToTypeID( "UsrM" ); var idHdAl = charIDToTypeID( "HdAl" ); desc167.putEnumerated( idUsng, idUsrM, idHdAl ); executeAction( idMk, desc167, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Layer-RevealSelection">
		<name id="Layer/RevealSelection/name" value="Reveal Selection"/>
		<context id="Layer/RevealSelection/context" value="Layer &gt; Layer Mask &gt; Reveal Selection"/>
		<desc id="Layer/RevealSelection/desc" value="Reveal the Selection via Layer Mask"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idMk = charIDToTypeID( "Mk  " ); var desc168 = new ActionDescriptor(); var idNw = charIDToTypeID( "Nw  " ); var idChnl = charIDToTypeID( "Chnl" ); desc168.putClass( idNw, idChnl ); var idAt = charIDToTypeID( "At  " ); var ref99 = new ActionReference(); var idChnl = charIDToTypeID( "Chnl" ); var idChnl = charIDToTypeID( "Chnl" ); var idMsk = charIDToTypeID( "Msk " ); ref99.putEnumerated( idChnl, idChnl, idMsk ); desc168.putReference( idAt, ref99 ); var idUsng = charIDToTypeID( "Usng" ); var idUsrM = charIDToTypeID( "UsrM" ); var idRvlS = charIDToTypeID( "RvlS" ); desc168.putEnumerated( idUsng, idUsrM, idRvlS ); executeAction( idMk, desc168, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Layer-HideSelection">
		<name id="Layer/HideSelection/name" value="Hide Selection"/>
		<context id="Layer/HideSelection/context" value="Layer &gt; Layer Mask &gt; Hide Selection"/>
		<desc id="Layer/HideSelection/desc" value="Hide a Slection via a Layer Mask"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idMk = charIDToTypeID( "Mk  " ); var desc169 = new ActionDescriptor(); var idNw = charIDToTypeID( "Nw  " ); var idChnl = charIDToTypeID( "Chnl" ); desc169.putClass( idNw, idChnl ); var idAt = charIDToTypeID( "At  " ); var ref100 = new ActionReference(); var idChnl = charIDToTypeID( "Chnl" ); var idChnl = charIDToTypeID( "Chnl" ); var idMsk = charIDToTypeID( "Msk " ); ref100.putEnumerated( idChnl, idChnl, idMsk ); desc169.putReference( idAt, ref100 ); var idUsng = charIDToTypeID( "Usng" ); var idUsrM = charIDToTypeID( "UsrM" ); var idHdSl = charIDToTypeID( "HdSl" ); desc169.putEnumerated( idUsng, idUsrM, idHdSl ); executeAction( idMk, desc169, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Layer-Apply">
		<name id="Layer/Apply/name" value="Apply"/>
		<context id="Layer/Apply/context" value="Layer &gt; Layer Mask &gt; Apply"/>
		<desc id="Layer/Apply/desc" value="Apply a Layer Mask to an image"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id500 = charIDToTypeID( "Dlt " ); var desc96 = new ActionDescriptor(); var id501 = charIDToTypeID( "null" ); var ref67 = new ActionReference(); var id502 = charIDToTypeID( "Chnl" ); var id503 = charIDToTypeID( "Chnl" ); var id504 = charIDToTypeID( "Msk " ); ref67.putEnumerated( id502, id503, id504 ); desc96.putReference( id501, ref67 ); var id505 = charIDToTypeID( "Aply" ); desc96.putBoolean( id505, true ); executeAction( id500, desc96, DialogModes.NO );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Layer-Delete">
		<name id="Layer/Delete/name" value="Delete"/>
		<context id="Layer/Delete/context" value="Layer &gt; Layer Mask &gt; Delete"/>
		<desc id="Layer/Delete/desc" value="Delete a Layer Mask from an image"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id495 = charIDToTypeID( "Dlt " ); var desc95 = new ActionDescriptor(); var id496 = charIDToTypeID( "null" ); var ref66 = new ActionReference(); var id497 = charIDToTypeID( "Chnl" ); var id498 = charIDToTypeID( "Chnl" ); var id499 = charIDToTypeID( "Msk " ); ref66.putEnumerated( id497, id498, id499 ); desc95.putReference( id496, ref66 ); executeAction( id495, desc95, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Layer-Enable/DisableLayerMask">
		<name id="Layer/Enable/DisableLayerMask/name" value="Enable/Disable Layer Mask"/>
		<context id="Layer/Enable/DisableLayerMask/context" value="Layer &gt; Layer Mask &gt; Enable/Disable Layer Mask"/>
		<desc id="Layer/Enable/DisableLayerMask/desc" value="Enable or disable a Layer Mask on an image"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc170 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref101 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idTglM = charIDToTypeID( "TglM" ); ref101.putEnumerated( idMn, idMnIt, idTglM ); desc170.putReference( idnull, ref101 ); executeAction( idslct, desc170, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Layer-Link/UnlinkLayerMask">
		<name id="Layer/Link/UnlinkLayerMask/name" value="Link/Unlink Layer Mask"/>
		<context id="Layer/Link/UnlinkLayerMask/context" value="Layer &gt; Layer Mask &gt; Link/Unlink Layer Mask"/>
		<desc id="Layer/Link/UnlinkLayerMask/desc" value="Link or unlink a Layer Mask to or from an image"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idsetd = charIDToTypeID( "setd" ); var desc171 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref102 = new ActionReference(); var idLyr = charIDToTypeID( "Lyr " ); var idOrdn = charIDToTypeID( "Ordn" ); var idTrgt = charIDToTypeID( "Trgt" ); ref102.putEnumerated( idLyr, idOrdn, idTrgt ); desc171.putReference( idnull, ref102 ); var idT = charIDToTypeID( "T   " ); var desc172 = new ActionDescriptor(); var idUsrs = charIDToTypeID( "Usrs" ); desc172.putBoolean( idUsrs, true ); var idLyr = charIDToTypeID( "Lyr " ); desc171.putObject( idT, idLyr, desc172 ); executeAction( idsetd, desc171, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Layer-RevealAll">
		<name id="Layer/RevealAll/name" value="Reveal All"/>
		<context id="Layer/RevealAll/context" value="Layer &gt; Vector Mask &gt; Reveal All"/>
		<desc id="Layer/RevealAll/desc" value="Reveall all Vector Mask information"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id523 = charIDToTypeID( "slct" ); var desc101 = new ActionDescriptor(); var id524 = charIDToTypeID( "null" ); var ref71 = new ActionReference(); var id525 = charIDToTypeID( "Mn  " ); var id526 = charIDToTypeID( "MnIt" ); var id527 = stringIDToTypeID( "vectorMaskRevealAll" ); ref71.putEnumerated( id525, id526, id527 ); desc101.putReference( id524, ref71 ); executeAction( id523, desc101, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Layer-HideAll">
		<name id="Layer/HideAll/name" value="Hide All"/>
		<context id="Layer/HideAll/context" value="Layer &gt; Vector Mask &gt; Hide All"/>
		<desc id="Layer/HideAll/desc" value="Hide all Vector Mask information"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id528 = charIDToTypeID( "slct" ); var desc102 = new ActionDescriptor(); var id529 = charIDToTypeID( "null" ); var ref72 = new ActionReference(); var id530 = charIDToTypeID( "Mn  " ); var id531 = charIDToTypeID( "MnIt" ); var id532 = stringIDToTypeID( "vectorMaskHideAll" ); ref72.putEnumerated( id530, id531, id532 ); desc102.putReference( id529, ref72 ); executeAction( id528, desc102, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Layer-CurrentPath">
		<name id="Layer/CurrentPath/name" value="Current Path"/>
		<context id="Layer/CurrentPath/context" value="Layer &gt; Vector Mask &gt; Current Path"/>
		<desc id="Layer/CurrentPath/desc" value="Create a Vector Mask from the current, active path"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id533 = charIDToTypeID( "slct" ); var desc103 = new ActionDescriptor(); var id534 = charIDToTypeID( "null" ); var ref73 = new ActionReference(); var id535 = charIDToTypeID( "Mn  " ); var id536 = charIDToTypeID( "MnIt" ); var id537 = stringIDToTypeID( "vectorMaskCurrentPath" ); ref73.putEnumerated( id535, id536, id537 ); desc103.putReference( id534, ref73 ); executeAction( id533, desc103, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Layer-Delete">
		<name id="Layer/Delete/name" value="Delete"/>
		<context id="Layer/Delete/context" value="Layer &gt; Vector Mask &gt; Delete"/>
		<desc id="Layer/Delete/desc" value="Delete a Vector Mask from an image"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id538 = charIDToTypeID( "slct" ); var desc104 = new ActionDescriptor(); var id539 = charIDToTypeID( "null" ); var ref74 = new ActionReference(); var id540 = charIDToTypeID( "Mn  " ); var id541 = charIDToTypeID( "MnIt" ); var id542 = stringIDToTypeID( "discardVectorMask" ); ref74.putEnumerated( id540, id541, id542 ); desc104.putReference( id539, ref74 ); executeAction( id538, desc104, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Layer-Enable/DisableVectorMask">
		<name id="Layer/Enable/DisableVectorMask/name" value="Enable/Disable Vector Mask"/>
		<context id="Layer/Enable/DisableVectorMask/context" value="Layer &gt; Vector Mask &gt; Enable/Disable Vector Mask"/>
		<desc id="Layer/Enable/DisableVectorMask/desc" value="Enable or disable a Vector Mask on an image"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id543 = charIDToTypeID( "slct" ); var desc105 = new ActionDescriptor(); var id544 = charIDToTypeID( "null" ); var ref75 = new ActionReference(); var id545 = charIDToTypeID( "Mn  " ); var id546 = charIDToTypeID( "MnIt" ); var id547 = stringIDToTypeID( "toggleVectorMask" ); ref75.putEnumerated( id545, id546, id547 ); desc105.putReference( id544, ref75 ); executeAction( id543, desc105, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Layer-Link/UnlinkVectorMask">
		<name id="Layer/Link/UnlinkVectorMask/name" value="Link/Unlink Vector Mask"/>
		<context id="Layer/Link/UnlinkVectorMask/context" value="Layer &gt; Vector Mask &gt; Link/Unlink Vector Mask"/>
		<desc id="Layer/Link/UnlinkVectorMask/desc" value="Link or unlink a Vector Mask to or from an image"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idsetd = charIDToTypeID( "setd" ); var desc173 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref103 = new ActionReference(); var idLyr = charIDToTypeID( "Lyr " ); var idOrdn = charIDToTypeID( "Ordn" ); var idTrgt = charIDToTypeID( "Trgt" ); ref103.putEnumerated( idLyr, idOrdn, idTrgt ); desc173.putReference( idnull, ref103 ); var idT = charIDToTypeID( "T   " ); var desc174 = new ActionDescriptor(); var idvectorMaskLinked = stringIDToTypeID( "vectorMaskLinked" ); desc174.putBoolean( idvectorMaskLinked, true ); var idLyr = charIDToTypeID( "Lyr " ); desc173.putObject( idT, idLyr, desc174 ); executeAction( idsetd, desc173, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Layer-Create/ReleaseClippingMask">
		<name id="Layer/Create/ReleaseClippingMask/name" value="Create/Rel"/>
		<context id="Layer/Create/ReleaseClippingMask/context" value="Layer &gt; Create/Release Clipping Mask"/>
		<desc id="Layer/Create/ReleaseClippingMask/desc" value="Release the Clipping Mask from a Layer"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id556 = charIDToTypeID( "GrpL" ); executeAction( id556, undefined, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Layer-ConverttoSmartObject">
		<name id="Layer/ConverttoSmartObject/name" value="Convert to Smart Object"/>
		<context id="Layer/ConverttoSmartObject/context" value="Layer &gt; Smart Objects &gt; Convert to Smart Object"/>
		<desc id="Layer/ConverttoSmartObject/desc" value="Convert a Layer to a Smart Object"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id557 = charIDToTypeID( "slct" ); var desc108 = new ActionDescriptor(); var id558 = charIDToTypeID( "null" ); var ref77 = new ActionReference(); var id559 = charIDToTypeID( "Mn  " ); var id560 = charIDToTypeID( "MnIt" ); var id561 = stringIDToTypeID( "newPlacedLayer" ); ref77.putEnumerated( id559, id560, id561 ); desc108.putReference( id558, ref77 ); executeAction( id557, desc108, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Layer-NewSmartObjectviaCopy">
		<name id="Layer/NewSmartObjectviaCopy/name" value="New Smart Object via Copy"/>
		<context id="Layer/NewSmartObjectviaCopy/context" value="Layer &gt; Smart Objects &gt; New Smart Object via Copy"/>
		<desc id="Layer/NewSmartObjectviaCopy/desc" value="Create a new Smart Object via copied clipboard data"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id562 = charIDToTypeID( "slct" ); var desc109 = new ActionDescriptor(); var id563 = charIDToTypeID( "null" ); var ref78 = new ActionReference(); var id564 = charIDToTypeID( "Mn  " ); var id565 = charIDToTypeID( "MnIt" ); var id566 = stringIDToTypeID( "placedLayerMakeCopy" ); ref78.putEnumerated( id564, id565, id566 ); desc109.putReference( id563, ref78 ); executeAction( id562, desc109, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Layer-EditContents">
		<name id="Layer/EditContents/name" value="Edit Contents"/>
		<context id="Layer/EditContents/context" value="Layer &gt; Smart Objects &gt; Edit Contents"/>
		<desc id="Layer/EditContents/desc" value="Edit the contents of a Smart Object"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id567 = charIDToTypeID( "slct" ); var desc110 = new ActionDescriptor(); var id568 = charIDToTypeID( "null" ); var ref79 = new ActionReference(); var id569 = charIDToTypeID( "Mn  " ); var id570 = charIDToTypeID( "MnIt" ); var id571 = stringIDToTypeID( "placedLayerEditContents" ); ref79.putEnumerated( id569, id570, id571 ); desc110.putReference( id568, ref79 ); executeAction( id567, desc110, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Layer-ExportContents">
		<name id="Layer/ExportContents/name" value="Export Contents"/>
		<context id="Layer/ExportContents/context" value="Layer &gt; Smart Objects &gt; Export Contents"/>
		<desc id="Layer/ExportContents/desc" value="Export the contents of a Smart Object"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id572 = charIDToTypeID( "slct" ); var desc111 = new ActionDescriptor(); var id573 = charIDToTypeID( "null" ); var ref80 = new ActionReference(); var id574 = charIDToTypeID( "Mn  " ); var id575 = charIDToTypeID( "MnIt" ); var id576 = stringIDToTypeID( "placedLayerExportContents" ); ref80.putEnumerated( id574, id575, id576 ); desc111.putReference( id573, ref80 ); executeAction( id572, desc111, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Layer-ReplaceContents">
		<name id="Layer/ReplaceContents/name" value="Replace Contents"/>
		<context id="Layer/ReplaceContents/context" value="Layer &gt; Smart Objects &gt; Replace Contents"/>
		<desc id="Layer/ReplaceContents/desc" value="Replace the content of a Smart Object"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id577 = charIDToTypeID( "slct" ); var desc112 = new ActionDescriptor(); var id578 = charIDToTypeID( "null" ); var ref81 = new ActionReference(); var id579 = charIDToTypeID( "Mn  " ); var id580 = charIDToTypeID( "MnIt" ); var id581 = stringIDToTypeID( "placedLayerReplaceContents" ); ref81.putEnumerated( id579, id580, id581 ); desc112.putReference( id578, ref81 ); executeAction( id577, desc112, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHXS" id="Layer-None">
		<name id="Layer/None/name" value="None"/>
		<context id="Layer/None/context" value="Layer &gt; Smart Objects &gt; Stack Mode&gt; None"/>
		<desc id="Layer/None/desc" value="No Stack Mode applied to Smart Object data"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id582 = charIDToTypeID( "slct" ); var desc113 = new ActionDescriptor(); var id583 = charIDToTypeID( "null" ); var ref82 = new ActionReference(); var id584 = charIDToTypeID( "Mn  " ); var id585 = charIDToTypeID( "MnIt" ); var id586 = stringIDToTypeID( "imageStackConvertSmartObject" ); ref82.putEnumerated( id584, id585, id586 ); desc113.putReference( id583, ref82 ); executeAction( id582, desc113, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHXS" id="Layer-Entropy">
		<name id="Layer/Entropy/name" value="Entropy"/>
		<context id="Layer/Entropy/context" value="Layer &gt; Smart Objects &gt; Stack Mode&gt; Entropy"/>
		<desc id="Layer/Entropy/desc" value="Filter Smart Object layer stack data by Entropy"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id587 = stringIDToTypeID( "applyImageStackPluginRenderer" ); var desc114 = new ActionDescriptor(); var id588 = stringIDToTypeID( "imageStackPlugin" ); var id589 = charIDToTypeID( "entr" ); desc114.putClass( id588, id589 ); var id590 = charIDToTypeID( "Nm  " ); desc114.putString( id590, "Entropy" ); executeAction( id587, desc114, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHXS" id="Layer-Kurtosis">
		<name id="Layer/Kurtosis/name" value="Kurtosis"/>
		<context id="Layer/Kurtosis/context" value="Layer &gt; Smart Objects &gt; Stack Mode&gt; Kurtosis"/>
		<desc id="Layer/Kurtosis/desc" value="Filter Smart Object layer stack data by Kurtosis"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id591 = stringIDToTypeID( "applyImageStackPluginRenderer" ); var desc115 = new ActionDescriptor(); var id592 = stringIDToTypeID( "imageStackPlugin" ); var id593 = charIDToTypeID( "kurt" ); desc115.putClass( id592, id593 ); var id594 = charIDToTypeID( "Nm  " ); desc115.putString( id594, "Kurtosis" ); executeAction( id591, desc115, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHXS" id="Layer-Maximum">
		<name id="Layer/Maximum/name" value="Maximum"/>
		<context id="Layer/Maximum/context" value="Layer &gt; Smart Objects &gt; Stack Mode&gt; Maximum"/>
		<desc id="Layer/Maximum/desc" value="Filter Smart Object layer stack data by Maximum"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id595 = stringIDToTypeID( "applyImageStackPluginRenderer" ); var desc116 = new ActionDescriptor(); var id596 = stringIDToTypeID( "imageStackPlugin" ); var id597 = charIDToTypeID( "maxx" ); desc116.putClass( id596, id597 ); var id598 = charIDToTypeID( "Nm  " ); desc116.putString( id598, "Maximum" ); executeAction( id595, desc116, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHXS" id="Layer-Mean">
		<name id="Layer/Mean/name" value="Mean"/>
		<context id="Layer/Mean/context" value="Layer &gt; Smart Objects &gt; Stack Mode&gt; Mean"/>
		<desc id="Layer/Mean/desc" value="Filter Smart Object layer stack data by Mean"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id599 = stringIDToTypeID( "applyImageStackPluginRenderer" ); var desc117 = new ActionDescriptor(); var id600 = stringIDToTypeID( "imageStackPlugin" ); var id601 = charIDToTypeID( "avrg" ); desc117.putClass( id600, id601 ); var id602 = charIDToTypeID( "Nm  " ); desc117.putString( id602, "Mean" ); executeAction( id599, desc117, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHXS" id="Layer-Median">
		<name id="Layer/Median/name" value="Median"/>
		<context id="Layer/Median/context" value="Layer &gt; Smart Objects &gt; Stack Mode&gt; Median"/>
		<desc id="Layer/Median/desc" value="Filter Smart Object layer stack data by Median"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id603 = stringIDToTypeID( "applyImageStackPluginRenderer" ); var desc118 = new ActionDescriptor(); var id604 = stringIDToTypeID( "imageStackPlugin" ); var id605 = charIDToTypeID( "medn" ); desc118.putClass( id604, id605 ); var id606 = charIDToTypeID( "Nm  " ); desc118.putString( id606, "Median" ); executeAction( id603, desc118, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHXS" id="Layer-Minimum">
		<name id="Layer/Minimum/name" value="Minimum"/>
		<context id="Layer/Minimum/context" value="Layer &gt; Smart Objects &gt; Stack Mode&gt; Minimum"/>
		<desc id="Layer/Minimum/desc" value="Filter Smart Object layer stack data by Minimum"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id607 = stringIDToTypeID( "applyImageStackPluginRenderer" ); var desc119 = new ActionDescriptor(); var id608 = stringIDToTypeID( "imageStackPlugin" ); var id609 = charIDToTypeID( "minn" ); desc119.putClass( id608, id609 ); var id610 = charIDToTypeID( "Nm  " ); desc119.putString( id610, "Minimum" ); executeAction( id607, desc119, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHXS" id="Layer-Range">
		<name id="Layer/Range/name" value="Range"/>
		<context id="Layer/Range/context" value="Layer &gt; Smart Objects &gt; Stack Mode&gt; Range"/>
		<desc id="Layer/Range/desc" value="Filter Smart Object layer stack data by Range"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id611 = stringIDToTypeID( "applyImageStackPluginRenderer" ); var desc120 = new ActionDescriptor(); var id612 = stringIDToTypeID( "imageStackPlugin" ); var id613 = charIDToTypeID( "rang" ); desc120.putClass( id612, id613 ); var id614 = charIDToTypeID( "Nm  " ); desc120.putString( id614, "Range" ); executeAction( id611, desc120, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHXS" id="Layer-Skewness">
		<name id="Layer/Skewness/name" value="Skewness"/>
		<context id="Layer/Skewness/context" value="Layer &gt; Smart Objects &gt; Stack Mode&gt; Skewness"/>
		<desc id="Layer/Skewness/desc" value="Filter Smart Object layer stack data by Skew"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id615 = stringIDToTypeID( "applyImageStackPluginRenderer" ); var desc121 = new ActionDescriptor(); var id616 = stringIDToTypeID( "imageStackPlugin" ); var id617 = charIDToTypeID( "skew" ); desc121.putClass( id616, id617 ); var id618 = charIDToTypeID( "Nm  " ); desc121.putString( id618, "Skewness" ); executeAction( id615, desc121, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHXS" id="Layer-StandardDeviation">
		<name id="Layer/StandardDeviation/name" value="Standard Deviation"/>
		<context id="Layer/StandardDeviation/context" value="Layer &gt; Smart Objects &gt; Stack Mode&gt; Standard Deviation"/>
		<desc id="Layer/StandardDeviation/desc" value="Filter Smart Object layer stack data by Standard Deviation"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id619 = stringIDToTypeID( "applyImageStackPluginRenderer" ); var desc122 = new ActionDescriptor(); var id620 = stringIDToTypeID( "imageStackPlugin" ); var id621 = charIDToTypeID( "stdv" ); desc122.putClass( id620, id621 ); var id622 = charIDToTypeID( "Nm  " ); desc122.putString( id622, "Standard Deviation" ); executeAction( id619, desc122, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHXS" id="Layer-Summation">
		<name id="Layer/Summation/name" value="Summation"/>
		<context id="Layer/Summation/context" value="Layer &gt; Smart Objects &gt; Stack Mode&gt; Summation"/>
		<desc id="Layer/Summation/desc" value="Filter Smart Object layer stack data by Summation"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id623 = stringIDToTypeID( "applyImageStackPluginRenderer" ); var desc123 = new ActionDescriptor(); var id624 = stringIDToTypeID( "imageStackPlugin" ); var id625 = charIDToTypeID( "summ" ); desc123.putClass( id624, id625 ); var id626 = charIDToTypeID( "Nm  " ); desc123.putString( id626, "Summation" ); executeAction( id623, desc123, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHXS" id="Layer-Variance">
		<name id="Layer/Variance/name" value="Variance"/>
		<context id="Layer/Variance/context" value="Layer &gt; Smart Objects &gt; Stack Mode&gt; Variance"/>
		<desc id="Layer/Variance/desc" value="Filter Smart Object layer stack data by Variance"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id627 = stringIDToTypeID( "applyImageStackPluginRenderer" ); var desc124 = new ActionDescriptor(); var id628 = stringIDToTypeID( "imageStackPlugin" ); var id629 = charIDToTypeID( "vari" ); desc124.putClass( id628, id629 ); var id630 = charIDToTypeID( "Nm  " ); desc124.putString( id630, "Variance" ); executeAction( id627, desc124, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Layer-Rasterize">
		<name id="Layer/Rasterize/name" value="Rasterize"/>
		<context id="Layer/Rasterize/context" value="Layer &gt; Smart Objects &gt; Rasterize"/>
		<desc id="Layer/Rasterize/desc" value="Filter Smart Object layer stack data by Rasterizing"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id631 = charIDToTypeID( "slct" ); var desc125 = new ActionDescriptor(); var id632 = charIDToTypeID( "null" ); var ref83 = new ActionReference(); var id633 = charIDToTypeID( "Mn  " ); var id634 = charIDToTypeID( "MnIt" ); var id635 = stringIDToTypeID( "rasterizePlaced" ); ref83.putEnumerated( id633, id634, id635 ); desc125.putReference( id632, ref83 ); executeAction( id631, desc125, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHXS" id="Layer-NewVideoLayerfromFile">
		<name id="Layer/NewVideoLayerfromFile/name" value="New Video Layer from File"/>
		<context id="Layer/NewVideoLayerfromFile/context" value="Layer &gt; Video Layers &gt; New Video Layer from File"/>
		<desc id="Layer/NewVideoLayerfromFile/desc" value="Create a new Video Layer from file"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id636 = charIDToTypeID( "slct" ); var desc126 = new ActionDescriptor(); var id637 = charIDToTypeID( "null" ); var ref84 = new ActionReference(); var id638 = charIDToTypeID( "Mn  " ); var id639 = charIDToTypeID( "MnIt" ); var id640 = stringIDToTypeID( "addVideoLayer" ); ref84.putEnumerated( id638, id639, id640 ); desc126.putReference( id637, ref84 ); executeAction( id636, desc126, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHXS" id="Layer-NewBlankVideoLayer">
		<name id="Layer/NewBlankVideoLayer/name" value="New Blank Video Layer"/>
		<context id="Layer/NewBlankVideoLayer/context" value="Layer &gt; Video Layers &gt; New Blank Video Layer"/>
		<desc id="Layer/NewBlankVideoLayer/desc" value="Create a new blank Video Layer"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id641 = charIDToTypeID( "slct" ); var desc127 = new ActionDescriptor(); var id642 = charIDToTypeID( "null" ); var ref85 = new ActionReference(); var id643 = charIDToTypeID( "Mn  " ); var id644 = charIDToTypeID( "MnIt" ); var id645 = stringIDToTypeID( "addBlankVideoLayer" ); ref85.putEnumerated( id643, id644, id645 ); desc127.putReference( id642, ref85 ); executeAction( id641, desc127, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHXS" id="Layer-InsertBlankFrame">
		<name id="Layer/InsertBlankFrame/name" value="Insert Blank Frame"/>
		<context id="Layer/InsertBlankFrame/context" value="Layer &gt; Video Layers &gt; Insert Blank Frame"/>
		<desc id="Layer/InsertBlankFrame/desc" value="Insert a blank Video Layer frame"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id646 = charIDToTypeID( "slct" ); var desc128 = new ActionDescriptor(); var id647 = charIDToTypeID( "null" ); var ref86 = new ActionReference(); var id648 = charIDToTypeID( "Mn  " ); var id649 = charIDToTypeID( "MnIt" ); var id650 = stringIDToTypeID( "insertBlankFrame" ); ref86.putEnumerated( id648, id649, id650 ); desc128.putReference( id647, ref86 ); executeAction( id646, desc128, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHXS" id="Layer-DuplicateFrame">
		<name id="Layer/DuplicateFrame/name" value="Duplicate Frame"/>
		<context id="Layer/DuplicateFrame/context" value="Layer &gt; Video Layers &gt; Duplicate Frame"/>
		<desc id="Layer/DuplicateFrame/desc" value="Duplicate a Video Layer frame"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id651 = charIDToTypeID( "slct" ); var desc129 = new ActionDescriptor(); var id652 = charIDToTypeID( "null" ); var ref87 = new ActionReference(); var id653 = charIDToTypeID( "Mn  " ); var id654 = charIDToTypeID( "MnIt" ); var id655 = stringIDToTypeID( "duplicateFrame" ); ref87.putEnumerated( id653, id654, id655 ); desc129.putReference( id652, ref87 ); executeAction( id651, desc129, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHXS" id="Layer-DeleteFrame">
		<name id="Layer/DeleteFrame/name" value="Delete Frame"/>
		<context id="Layer/DeleteFrame/context" value="Layer &gt; Video Layers &gt; Delete Frame"/>
		<desc id="Layer/DeleteFrame/desc" value="Delete a Video Layer frame"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id656 = charIDToTypeID( "slct" ); var desc130 = new ActionDescriptor(); var id657 = charIDToTypeID( "null" ); var ref88 = new ActionReference(); var id658 = charIDToTypeID( "Mn  " ); var id659 = charIDToTypeID( "MnIt" ); var id660 = stringIDToTypeID( "deleteFrame" ); ref88.putEnumerated( id658, id659, id660 ); desc130.putReference( id657, ref88 ); executeAction( id656, desc130, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHXS" id="Layer-ReplaceFootage">
		<name id="Layer/ReplaceFootage/name" value="Replace Footage"/>
		<context id="Layer/ReplaceFootage/context" value="Layer &gt; Video Layers &gt; Replace Footage"/>
		<desc id="Layer/ReplaceFootage/desc" value="Replace Footage in a Video Layer"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id661 = charIDToTypeID( "slct" ); var desc131 = new ActionDescriptor(); var id662 = charIDToTypeID( "null" ); var ref89 = new ActionReference(); var id663 = charIDToTypeID( "Mn  " ); var id664 = charIDToTypeID( "MnIt" ); var id665 = stringIDToTypeID( "replaceFootage" ); ref89.putEnumerated( id663, id664, id665 ); desc131.putReference( id662, ref89 ); executeAction( id661, desc131, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHXS" id="Layer-InterpretFootage">
		<name id="Layer/InterpretFootage/name" value="Interpret Footage"/>
		<context id="Layer/InterpretFootage/context" value="Layer &gt; Video Layers &gt; Interpret Footage"/>
		<desc id="Layer/InterpretFootage/desc" value="Interpret the footage of a Video Layer"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id666 = charIDToTypeID( "slct" ); var desc132 = new ActionDescriptor(); var id667 = charIDToTypeID( "null" ); var ref90 = new ActionReference(); var id668 = charIDToTypeID( "Mn  " ); var id669 = charIDToTypeID( "MnIt" ); var id670 = stringIDToTypeID( "interpretFootage" ); ref90.putEnumerated( id668, id669, id670 ); desc132.putReference( id667, ref90 ); executeAction( id666, desc132, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHXS" id="Layer-ShowAlteredVideo">
		<name id="Layer/ShowAlteredVideo/name" value="Show Altered Video"/>
		<context id="Layer/ShowAlteredVideo/context" value="Layer &gt; Video Layers &gt; Show Altered Video"/>
		<desc id="Layer/ShowAlteredVideo/desc" value="Show altered portions of a Video Layer"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id671 = charIDToTypeID( "slct" ); var desc133 = new ActionDescriptor(); var id672 = charIDToTypeID( "null" ); var ref91 = new ActionReference(); var id673 = charIDToTypeID( "Mn  " ); var id674 = charIDToTypeID( "MnIt" ); var id675 = stringIDToTypeID( "showAlteredVideo" ); ref91.putEnumerated( id673, id674, id675 ); desc133.putReference( id672, ref91 ); executeAction( id671, desc133, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHXS" id="Layer-RestoreFrame">
		<name id="Layer/RestoreFrame/name" value="Restore Frame"/>
		<context id="Layer/RestoreFrame/context" value="Layer &gt; Video Layers &gt; Restore Frame"/>
		<desc id="Layer/RestoreFrame/desc" value="Restore the frame of a Video Layer"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id676 = charIDToTypeID( "slct" ); var desc134 = new ActionDescriptor(); var id677 = charIDToTypeID( "null" ); var ref92 = new ActionReference(); var id678 = charIDToTypeID( "Mn  " ); var id679 = charIDToTypeID( "MnIt" ); var id680 = stringIDToTypeID( "restoreFrame" ); ref92.putEnumerated( id678, id679, id680 ); desc134.putReference( id677, ref92 ); executeAction( id676, desc134, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHXS" id="Layer-RestoreAllFrames">
		<name id="Layer/RestoreAllFrames/name" value="Restore All Frames"/>
		<context id="Layer/RestoreAllFrames/context" value="Layer &gt; Video Layers &gt; Restore All Frames"/>
		<desc id="Layer/RestoreAllFrames/desc" value="Restore all selected Video Frame Layers"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id681 = charIDToTypeID( "slct" ); var desc135 = new ActionDescriptor(); var id682 = charIDToTypeID( "null" ); var ref93 = new ActionReference(); var id683 = charIDToTypeID( "Mn  " ); var id684 = charIDToTypeID( "MnIt" ); var id685 = stringIDToTypeID( "restoreAllFrames" ); ref93.putEnumerated( id683, id684, id685 ); desc135.putReference( id682, ref93 ); executeAction( id681, desc135, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHXS" id="Layer-ReloadFrame">
		<name id="Layer/ReloadFrame/name" value="Reload Frame"/>
		<context id="Layer/ReloadFrame/context" value="Layer &gt; Video Layers &gt; Reload Frame"/>
		<desc id="Layer/ReloadFrame/desc" value="Reload a frame in a Video Layer"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id686 = charIDToTypeID( "slct" ); var desc136 = new ActionDescriptor(); var id687 = charIDToTypeID( "null" ); var ref94 = new ActionReference(); var id688 = charIDToTypeID( "Mn  " ); var id689 = charIDToTypeID( "MnIt" ); var id690 = stringIDToTypeID( "reloadFrame" ); ref94.putEnumerated( id688, id689, id690 ); desc136.putReference( id687, ref94 ); executeAction( id686, desc136, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHXS" id="Layer-Rasterize">
		<name id="Layer/Rasterize/name" value="Rasterize"/>
		<context id="Layer/Rasterize/context" value="Layer &gt; Video Layers &gt; Rasterize"/>
		<desc id="Layer/Rasterize/desc" value="Rasterize the content of a Video Layer"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id691 = charIDToTypeID( "slct" ); var desc137 = new ActionDescriptor(); var id692 = charIDToTypeID( "null" ); var ref95 = new ActionReference(); var id693 = charIDToTypeID( "Mn  " ); var id694 = charIDToTypeID( "MnIt" ); var id695 = stringIDToTypeID( "rasterizeVideo" ); ref95.putEnumerated( id693, id694, id695 ); desc137.putReference( id692, ref95 ); executeAction( id691, desc137, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Layer-CreateWorkPath">
		<name id="Layer/CreateWorkPath/name" value="Create Work Path"/>
		<context id="Layer/CreateWorkPath/context" value="Layer &gt; Type &gt; Create Work Path"/>
		<desc id="Layer/CreateWorkPath/desc" value="Convert type characters into an editable vector path"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id699 = charIDToTypeID( "slct" ); var desc141 = new ActionDescriptor(); var id700 = charIDToTypeID( "null" ); var ref96 = new ActionReference(); var id701 = charIDToTypeID( "Mn  " ); var id702 = charIDToTypeID( "MnIt" ); var id703 = stringIDToTypeID( "createWorkPath" ); ref96.putEnumerated( id701, id702, id703 ); desc141.putReference( id700, ref96 ); executeAction( id699, desc141, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Layer-ConverttoShape">
		<name id="Layer/ConverttoShape/name" value="Convert to Shape"/>
		<context id="Layer/ConverttoShape/context" value="Layer &gt; Type &gt; Convert to Shape"/>
		<desc id="Layer/ConverttoShape/desc" value="Convert type characters into a filled vector shape layer"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id704 = charIDToTypeID( "slct" ); var desc142 = new ActionDescriptor(); var id705 = charIDToTypeID( "null" ); var ref97 = new ActionReference(); var id706 = charIDToTypeID( "Mn  " ); var id707 = charIDToTypeID( "MnIt" ); var id708 = stringIDToTypeID( "convertToShape" ); ref97.putEnumerated( id706, id707, id708 ); desc142.putReference( id705, ref97 ); executeAction( id704, desc142, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Layer-Horizontal">
		<name id="Layer/Horizontal/name" value="Horizontal"/>
		<context id="Layer/Horizontal/context" value="Layer &gt; Type &gt; Horizontal"/>
		<desc id="Layer/Horizontal/desc" value="Convert type to horizontal orientation, so that new letters appear alongside others"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id709 = charIDToTypeID( "slct" ); var desc143 = new ActionDescriptor(); var id710 = charIDToTypeID( "null" ); var ref98 = new ActionReference(); var id711 = charIDToTypeID( "Mn  " ); var id712 = charIDToTypeID( "MnIt" ); var id713 = charIDToTypeID( "Hrzn" ); ref98.putEnumerated( id711, id712, id713 ); desc143.putReference( id710, ref98 ); executeAction( id709, desc143, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Layer-Vertical">
		<name id="Layer/Vertical/name" value="Vertical"/>
		<context id="Layer/Vertical/context" value="Layer &gt; Type &gt; Vertical"/>
		<desc id="Layer/Vertical/desc" value="Convert type to vertical orientation, so that new letters appear below others"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id714 = charIDToTypeID( "slct" ); var desc144 = new ActionDescriptor(); var id715 = charIDToTypeID( "null" ); var ref99 = new ActionReference(); var id716 = charIDToTypeID( "Mn  " ); var id717 = charIDToTypeID( "MnIt" ); var id718 = charIDToTypeID( "Vrtc" ); ref99.putEnumerated( id716, id717, id718 ); desc144.putReference( id715, ref99 ); executeAction( id714, desc144, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Layer-Anti-AliasNone">
		<name id="Layer/Anti-AliasNone/name" value="Anti-Alias None"/>
		<context id="Layer/Anti-AliasNone/context" value="Layer &gt; Type &gt; Anti-Alias None"/>
		<desc id="Layer/Anti-AliasNone/desc" value="Remove anti-aliasing (smoothing) on selected type"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id719 = charIDToTypeID( "slct" ); var desc145 = new ActionDescriptor(); var id720 = charIDToTypeID( "null" ); var ref100 = new ActionReference(); var id721 = charIDToTypeID( "Mn  " ); var id722 = charIDToTypeID( "MnIt" ); var id723 = charIDToTypeID( "Anno" ); ref100.putEnumerated( id721, id722, id723 ); desc145.putReference( id720, ref100 ); executeAction( id719, desc145, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Layer-Anti-AliasSharp">
		<name id="Layer/Anti-AliasSharp/name" value="Anti-Alias Sharp"/>
		<context id="Layer/Anti-AliasSharp/context" value="Layer &gt; Type &gt; Anti-Alias Sharp"/>
		<desc id="Layer/Anti-AliasSharp/desc" value="Set anti-aliasing (smoothing) on selected type to sharp"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id724 = charIDToTypeID( "slct" ); var desc146 = new ActionDescriptor(); var id725 = charIDToTypeID( "null" ); var ref101 = new ActionReference(); var id726 = charIDToTypeID( "Mn  " ); var id727 = charIDToTypeID( "MnIt" ); var id728 = stringIDToTypeID( "antiAliasSharp" ); ref101.putEnumerated( id726, id727, id728 ); desc146.putReference( id725, ref101 ); executeAction( id724, desc146, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Layer-Anti-AliasCrisp">
		<name id="Layer/Anti-AliasCrisp/name" value="Anti-Alias Crisp"/>
		<context id="Layer/Anti-AliasCrisp/context" value="Layer &gt; Type &gt; Anti-Alias Crisp"/>
		<desc id="Layer/Anti-AliasCrisp/desc" value="Set anti-aliasing (smoothing) on selected type to crisp"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id729 = charIDToTypeID( "slct" ); var desc147 = new ActionDescriptor(); var id730 = charIDToTypeID( "null" ); var ref102 = new ActionReference(); var id731 = charIDToTypeID( "Mn  " ); var id732 = charIDToTypeID( "MnIt" ); var id733 = charIDToTypeID( "AnCr" ); ref102.putEnumerated( id731, id732, id733 ); desc147.putReference( id730, ref102 ); executeAction( id729, desc147, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Layer-Anti-AliasStrong">
		<name id="Layer/Anti-AliasStrong/name" value="Anti-Alias Strong"/>
		<context id="Layer/Anti-AliasStrong/context" value="Layer &gt; Type &gt; Anti-Alias Strong"/>
		<desc id="Layer/Anti-AliasStrong/desc" value="Set anti-aliasing (smoothing) on selected type to strong"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id734 = charIDToTypeID( "slct" ); var desc148 = new ActionDescriptor(); var id735 = charIDToTypeID( "null" ); var ref103 = new ActionReference(); var id736 = charIDToTypeID( "Mn  " ); var id737 = charIDToTypeID( "MnIt" ); var id738 = charIDToTypeID( "AnSt" ); ref103.putEnumerated( id736, id737, id738 ); desc148.putReference( id735, ref103 ); executeAction( id734, desc148, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Layer-Anti-AliasSmooth">
		<name id="Layer/Anti-AliasSmooth/name" value="Anti-Alias Smooth"/>
		<context id="Layer/Anti-AliasSmooth/context" value="Layer &gt; Type &gt; Anti-Alias Smooth"/>
		<desc id="Layer/Anti-AliasSmooth/desc" value="Set anti-aliasing (smoothing) on selected type to smooth"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id739 = charIDToTypeID( "slct" ); var desc149 = new ActionDescriptor(); var id740 = charIDToTypeID( "null" ); var ref104 = new ActionReference(); var id741 = charIDToTypeID( "Mn  " ); var id742 = charIDToTypeID( "MnIt" ); var id743 = charIDToTypeID( "AnSm" ); ref104.putEnumerated( id741, id742, id743 ); desc149.putReference( id740, ref104 ); executeAction( id739, desc149, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Layer-ConvertTextShapeType">
		<name id="Layer/ConvertTextShapeType/name" value="Convert Text Shape Type"/>
		<context id="Layer/ConvertTextShapeType/context" value="Layer &gt; Type &gt; Convert Text Shape Type"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idsetd = charIDToTypeID( "setd" ); var desc175 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref104 = new ActionReference(); var idPrpr = charIDToTypeID( "Prpr" ); var idTEXT = charIDToTypeID( "TEXT" ); ref104.putProperty( idPrpr, idTEXT ); var idTxLr = charIDToTypeID( "TxLr" ); var idOrdn = charIDToTypeID( "Ordn" ); var idTrgt = charIDToTypeID( "Trgt" ); ref104.putEnumerated( idTxLr, idOrdn, idTrgt ); desc175.putReference( idnull, ref104 ); var idT = charIDToTypeID( "T   " ); var idTEXT = charIDToTypeID( "TEXT" ); var idbox = stringIDToTypeID( "box" ); desc175.putEnumerated( idT, idTEXT, idbox ); executeAction( idsetd, desc175, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Layer-WarpText">
		<name id="Layer/WarpText/name" value="Warp Text"/>
		<context id="Layer/WarpText/context" value="Layer &gt; Type &gt; Warp Text"/>
		<desc id="Layer/WarpText/desc" value="Distort the selected type via one of several warp commands"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id754 = charIDToTypeID( "slct" ); var desc151 = new ActionDescriptor(); var id755 = charIDToTypeID( "null" ); var ref106 = new ActionReference(); var id756 = charIDToTypeID( "Mn  " ); var id757 = charIDToTypeID( "MnIt" ); var id758 = stringIDToTypeID( "warp" ); ref106.putEnumerated( id756, id757, id758 ); desc151.putReference( id755, ref106 ); executeAction( id754, desc151, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Layer-UpdateAllTextLayers">
		<name id="Layer/UpdateAllTextLayers/name" value="Update All Text Layers"/>
		<context id="Layer/UpdateAllTextLayers/context" value="Layer &gt; Type &gt; Update All Text Layers"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id759 = stringIDToTypeID( "updateLayouts" ); executeAction( id759, undefined, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Layer-ReplaceAllMissingFonts">
		<name id="Layer/ReplaceAllMissingFonts/name" value="Replace All Missing Fonts"/>
		<context id="Layer/ReplaceAllMissingFonts/context" value="Layer &gt; Type &gt; Replace All Missing Fonts"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id760 = stringIDToTypeID( "replaceSubstitutes" ); executeAction( id760, undefined, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Layer-Type">
		<name id="Layer/Type/name" value="Type"/>
		<context id="Layer/Type/context" value="Layer &gt; Rasterize &gt; Type"/>
		<desc id="Layer/Type/desc" value="Convert the current type layer to pixels"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id761 = charIDToTypeID( "slct" ); var desc152 = new ActionDescriptor(); var id762 = charIDToTypeID( "null" ); var ref107 = new ActionReference(); var id763 = charIDToTypeID( "Mn  " ); var id764 = charIDToTypeID( "MnIt" ); var id765 = charIDToTypeID( "RstT" ); ref107.putEnumerated( id763, id764, id765 ); desc152.putReference( id762, ref107 ); executeAction( id761, desc152, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Layer-Shape">
		<name id="Layer/Shape/name" value="Shape"/>
		<context id="Layer/Shape/context" value="Layer &gt; Rasterize &gt; Shape"/>
		<desc id="Layer/Shape/desc" value="Convert the current shape layer to pixels"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id766 = charIDToTypeID( "slct" ); var desc153 = new ActionDescriptor(); var id767 = charIDToTypeID( "null" ); var ref108 = new ActionReference(); var id768 = charIDToTypeID( "Mn  " ); var id769 = charIDToTypeID( "MnIt" ); var id770 = stringIDToTypeID( "rasterizeShape" ); ref108.putEnumerated( id768, id769, id770 ); desc153.putReference( id767, ref108 ); executeAction( id766, desc153, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Layer-FillContent">
		<name id="Layer/FillContent/name" value="Fill Content"/>
		<context id="Layer/FillContent/context" value="Layer &gt; Rasterize &gt; Fill Content"/>
		<desc id="Layer/FillContent/desc" value="Convert the current color fill layer to pixels"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id771 = charIDToTypeID( "slct" ); var desc154 = new ActionDescriptor(); var id772 = charIDToTypeID( "null" ); var ref109 = new ActionReference(); var id773 = charIDToTypeID( "Mn  " ); var id774 = charIDToTypeID( "MnIt" ); var id775 = stringIDToTypeID( "rasterizeContent" ); ref109.putEnumerated( id773, id774, id775 ); desc154.putReference( id772, ref109 ); executeAction( id771, desc154, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Layer-VectorMask">
		<name id="Layer/VectorMask/name" value="Vector Mask"/>
		<context id="Layer/VectorMask/context" value="Layer &gt; Rasterize &gt; Vector Mask"/>
		<desc id="Layer/VectorMask/desc" value="Convert the current vector mask to pixels"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id776 = charIDToTypeID( "slct" ); var desc155 = new ActionDescriptor(); var id777 = charIDToTypeID( "null" ); var ref110 = new ActionReference(); var id778 = charIDToTypeID( "Mn  " ); var id779 = charIDToTypeID( "MnIt" ); var id780 = stringIDToTypeID( "rasterizeVectorMask" ); ref110.putEnumerated( id778, id779, id780 ); desc155.putReference( id777, ref110 ); executeAction( id776, desc155, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Layer-SmartObject">
		<name id="Layer/SmartObject/name" value="Smart Object"/>
		<context id="Layer/SmartObject/context" value="Layer &gt; Rasterize &gt; Smart Object"/>
		<desc id="Layer/SmartObject/desc" value="Convert the current Smart Object to pixels"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id781 = charIDToTypeID( "slct" ); var desc156 = new ActionDescriptor(); var id782 = charIDToTypeID( "null" ); var ref111 = new ActionReference(); var id783 = charIDToTypeID( "Mn  " ); var id784 = charIDToTypeID( "MnIt" ); var id785 = stringIDToTypeID( "rasterizePlaced" ); ref111.putEnumerated( id783, id784, id785 ); desc156.putReference( id782, ref111 ); executeAction( id781, desc156, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Layer-Video">
		<name id="Layer/Video/name" value="Video"/>
		<context id="Layer/Video/context" value="Layer &gt; Rasterize &gt; Video"/>
		<desc id="Layer/Video/desc" value="Convert the current video layer to pixels"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc176 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref105 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idrasterizeVideo = stringIDToTypeID( "rasterizeVideo" ); ref105.putEnumerated( idMn, idMnIt, idrasterizeVideo ); desc176.putReference( idnull, ref105 ); executeAction( idslct, desc176, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Layer-Layer">
		<name id="Layer/Layer/name" value="Layer"/>
		<context id="Layer/Layer/context" value="Layer &gt; Rasterize &gt; Layer"/>
		<desc id="Layer/Layer/desc" value="Convert the current layer to pixels"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id786 = stringIDToTypeID( "rasterizeLayer" ); var desc157 = new ActionDescriptor(); var id787 = charIDToTypeID( "null" ); var ref112 = new ActionReference(); var id788 = charIDToTypeID( "Lyr " ); var id789 = charIDToTypeID( "Ordn" ); var id790 = charIDToTypeID( "Trgt" ); ref112.putEnumerated( id788, id789, id790 ); desc157.putReference( id787, ref112 ); executeAction( id786, desc157, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Layer-AllLayers">
		<name id="Layer/AllLayers/name" value="All Layers"/>
		<context id="Layer/AllLayers/context" value="Layer &gt; Rasterize &gt; All Layers"/>
		<desc id="Layer/AllLayers/desc" value="Convert all layers to pixels"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id791 = stringIDToTypeID( "rasterizeAll" ); executeAction( id791, undefined, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Layer-NewLayerBasedSlice">
		<name id="Layer/NewLayerBasedSlice/name" value="New Layer Based Slice"/>
		<context id="Layer/NewLayerBasedSlice/context" value="Layer &gt; New Layer Based Slice"/>
		<desc id="Layer/NewLayerBasedSlice/desc" value="Create a slice that dynamically resizes based on the current layer's content"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id792 = charIDToTypeID( "slct" ); var desc158 = new ActionDescriptor(); var id793 = charIDToTypeID( "null" ); var ref113 = new ActionReference(); var id794 = charIDToTypeID( "Mn  " ); var id795 = charIDToTypeID( "MnIt" ); var id796 = stringIDToTypeID( "sliceFromLayer" ); ref113.putEnumerated( id794, id795, id796 ); desc158.putReference( id793, ref113 ); executeAction( id792, desc158, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Layer-GroupLayers">
		<name id="Layer/GroupLayers/name" value="Group Layers"/>
		<context id="Layer/GroupLayers/context" value="Layer &gt; Group Layers"/>
		<desc id="Layer/GroupLayers/desc" value="Organize the currently selected layer(s) into a layer group (set)"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id797 = stringIDToTypeID( "groupLayersEvent" ); var desc159 = new ActionDescriptor(); var id798 = charIDToTypeID( "null" ); var ref114 = new ActionReference(); var id799 = charIDToTypeID( "Lyr " ); var id800 = charIDToTypeID( "Ordn" ); var id801 = charIDToTypeID( "Trgt" ); ref114.putEnumerated( id799, id800, id801 ); desc159.putReference( id798, ref114 ); executeAction( id797, desc159, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Layer-UngroupLayers">
		<name id="Layer/UngroupLayers/name" value="Ungroup Layers"/>
		<context id="Layer/UngroupLayers/context" value="Layer &gt; Ungroup Layers"/>
		<desc id="Layer/UngroupLayers/desc" value="Remove the layer group (set) surrounding the current layer"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id802 = stringIDToTypeID( "ungroupLayersEvent" ); var desc160 = new ActionDescriptor(); var id803 = charIDToTypeID( "null" ); var ref115 = new ActionReference(); var id804 = charIDToTypeID( "Lyr " ); var id805 = charIDToTypeID( "Ordn" ); var id806 = charIDToTypeID( "Trgt" ); ref115.putEnumerated( id804, id805, id806 ); desc160.putReference( id803, ref115 ); executeAction( id802, desc160, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Layer-HideLayers">
		<name id="Layer/HideLayers/name" value="Hide Layers"/>
		<context id="Layer/HideLayers/context" value="Layer &gt; Hide Layers"/>
		<desc id="Layer/HideLayers/desc" value="Hide the currently selected layer(s)"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id807 = charIDToTypeID( "Hd  " ); var desc161 = new ActionDescriptor(); var id808 = charIDToTypeID( "null" ); var ref116 = new ActionReference(); var id809 = charIDToTypeID( "Lyr " ); var id810 = charIDToTypeID( "Ordn" ); var id811 = charIDToTypeID( "Trgt" ); ref116.putEnumerated( id809, id810, id811 ); desc161.putReference( id808, ref116 ); executeAction( id807, desc161, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Layer-BringtoFront">
		<name id="Layer/BringtoFront/name" value="Bring to Front"/>
		<context id="Layer/BringtoFront/context" value="Layer &gt; Arrange &gt; Bring to Front"/>
		<desc id="Layer/BringtoFront/desc" value="Move the currently selected layer(s) to the top of the layer stack"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id812 = charIDToTypeID( "move" ); var desc162 = new ActionDescriptor(); var id813 = charIDToTypeID( "null" ); var ref117 = new ActionReference(); var id814 = charIDToTypeID( "Lyr " ); var id815 = charIDToTypeID( "Ordn" ); var id816 = charIDToTypeID( "Trgt" ); ref117.putEnumerated( id814, id815, id816 ); desc162.putReference( id813, ref117 ); var id817 = charIDToTypeID( "T   " ); var ref118 = new ActionReference(); var id818 = charIDToTypeID( "Lyr " ); var id819 = charIDToTypeID( "Ordn" ); var id820 = charIDToTypeID( "Frnt" ); ref118.putEnumerated( id818, id819, id820 ); desc162.putReference( id817, ref118 ); executeAction( id812, desc162, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Layer-BringForward">
		<name id="Layer/BringForward/name" value="Bring Forward"/>
		<context id="Layer/BringForward/context" value="Layer &gt; Arrange &gt; Bring Forward"/>
		<desc id="Layer/BringForward/desc" value="Move the currently selected layer(s) up in the layer stack"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id821 = charIDToTypeID( "move" ); var desc163 = new ActionDescriptor(); var id822 = charIDToTypeID( "null" ); var ref119 = new ActionReference(); var id823 = charIDToTypeID( "Lyr " ); var id824 = charIDToTypeID( "Ordn" ); var id825 = charIDToTypeID( "Trgt" ); ref119.putEnumerated( id823, id824, id825 ); desc163.putReference( id822, ref119 ); var id826 = charIDToTypeID( "T   " ); var ref120 = new ActionReference(); var id827 = charIDToTypeID( "Lyr " ); var id828 = charIDToTypeID( "Ordn" ); var id829 = charIDToTypeID( "Nxt " ); ref120.putEnumerated( id827, id828, id829 ); desc163.putReference( id826, ref120 ); executeAction( id821, desc163, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Layer-SendBackward">
		<name id="Layer/SendBackward/name" value="Send Backward"/>
		<context id="Layer/SendBackward/context" value="Layer &gt; Arrange &gt; Send Backward"/>
		<desc id="Layer/SendBackward/desc" value="Move the currently selected layer(s) down in the layer stack"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id830 = charIDToTypeID( "move" ); var desc164 = new ActionDescriptor(); var id831 = charIDToTypeID( "null" ); var ref121 = new ActionReference(); var id832 = charIDToTypeID( "Lyr " ); var id833 = charIDToTypeID( "Ordn" ); var id834 = charIDToTypeID( "Trgt" ); ref121.putEnumerated( id832, id833, id834 ); desc164.putReference( id831, ref121 ); var id835 = charIDToTypeID( "T   " ); var ref122 = new ActionReference(); var id836 = charIDToTypeID( "Lyr " ); var id837 = charIDToTypeID( "Ordn" ); var id838 = charIDToTypeID( "Prvs" ); ref122.putEnumerated( id836, id837, id838 ); desc164.putReference( id835, ref122 ); executeAction( id830, desc164, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Layer-SendtoBack">
		<name id="Layer/SendtoBack/name" value="Send to Back"/>
		<context id="Layer/SendtoBack/context" value="Layer &gt; Arrange &gt; Send to Back"/>
		<desc id="Layer/SendtoBack/desc" value="Move the currently selected layer(s) to the bottom of the layer stack"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id839 = charIDToTypeID( "move" ); var desc165 = new ActionDescriptor(); var id840 = charIDToTypeID( "null" ); var ref123 = new ActionReference(); var id841 = charIDToTypeID( "Lyr " ); var id842 = charIDToTypeID( "Ordn" ); var id843 = charIDToTypeID( "Trgt" ); ref123.putEnumerated( id841, id842, id843 ); desc165.putReference( id840, ref123 ); var id844 = charIDToTypeID( "T   " ); var ref124 = new ActionReference(); var id845 = charIDToTypeID( "Lyr " ); var id846 = charIDToTypeID( "Ordn" ); var id847 = charIDToTypeID( "Back" ); ref124.putEnumerated( id845, id846, id847 ); desc165.putReference( id844, ref124 ); executeAction( id839, desc165, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Layer-Reverse">
		<name id="Layer/Reverse/name" value="Reverse"/>
		<context id="Layer/Reverse/context" value="Layer &gt; Arrange &gt; Reverse"/>
		<desc id="Layer/Reverse/desc" value="Reverse the stacking order of the currently selected layers"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id848 = charIDToTypeID( "Rvrs" ); var desc166 = new ActionDescriptor(); var id849 = charIDToTypeID( "null" ); var ref125 = new ActionReference(); var id850 = charIDToTypeID( "Lyr " ); var id851 = charIDToTypeID( "Ordn" ); var id852 = charIDToTypeID( "Trgt" ); ref125.putEnumerated( id850, id851, id852 ); desc166.putReference( id849, ref125 ); executeAction( id848, desc166, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Layer-TopEdges">
		<name id="Layer/TopEdges/name" value="Top Edges"/>
		<context id="Layer/TopEdges/context" value="Layer &gt; Align &gt; Top Edges"/>
		<desc id="Layer/TopEdges/desc" value="Align the top edges of the selected layers"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id853 = charIDToTypeID( "Algn" ); var desc167 = new ActionDescriptor(); var id854 = charIDToTypeID( "null" ); var ref126 = new ActionReference(); var id855 = charIDToTypeID( "Lyr " ); var id856 = charIDToTypeID( "Ordn" ); var id857 = charIDToTypeID( "Trgt" ); ref126.putEnumerated( id855, id856, id857 ); desc167.putReference( id854, ref126 ); var id858 = charIDToTypeID( "Usng" ); var id859 = charIDToTypeID( "ADSt" ); var id860 = charIDToTypeID( "AdTp" ); desc167.putEnumerated( id858, id859, id860 ); executeAction( id853, desc167, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Layer-VerticalCenters">
		<name id="Layer/VerticalCenters/name" value="Vertical Centers"/>
		<context id="Layer/VerticalCenters/context" value="Layer &gt; Align &gt; Vertical Centers"/>
		<desc id="Layer/VerticalCenters/desc" value="Align the verticle centers of the selected layers"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id861 = charIDToTypeID( "Algn" ); var desc168 = new ActionDescriptor(); var id862 = charIDToTypeID( "null" ); var ref127 = new ActionReference(); var id863 = charIDToTypeID( "Lyr " ); var id864 = charIDToTypeID( "Ordn" ); var id865 = charIDToTypeID( "Trgt" ); ref127.putEnumerated( id863, id864, id865 ); desc168.putReference( id862, ref127 ); var id866 = charIDToTypeID( "Usng" ); var id867 = charIDToTypeID( "ADSt" ); var id868 = charIDToTypeID( "AdCV" ); desc168.putEnumerated( id866, id867, id868 ); executeAction( id861, desc168, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Layer-BottomEdges">
		<name id="Layer/BottomEdges/name" value="Bottom Edges"/>
		<context id="Layer/BottomEdges/context" value="Layer &gt; Align &gt; Bottom Edges"/>
		<desc id="Layer/BottomEdges/desc" value="Align the bottom edges of the selected layers"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id869 = charIDToTypeID( "Algn" ); var desc169 = new ActionDescriptor(); var id870 = charIDToTypeID( "null" ); var ref128 = new ActionReference(); var id871 = charIDToTypeID( "Lyr " ); var id872 = charIDToTypeID( "Ordn" ); var id873 = charIDToTypeID( "Trgt" ); ref128.putEnumerated( id871, id872, id873 ); desc169.putReference( id870, ref128 ); var id874 = charIDToTypeID( "Usng" ); var id875 = charIDToTypeID( "ADSt" ); var id876 = charIDToTypeID( "AdBt" ); desc169.putEnumerated( id874, id875, id876 ); executeAction( id869, desc169, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Layer-LeftEdges">
		<name id="Layer/LeftEdges/name" value="Left Edges"/>
		<context id="Layer/LeftEdges/context" value="Layer &gt; Align &gt; Left Edges"/>
		<desc id="Layer/LeftEdges/desc" value="Align the left edges of the selected layers"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id877 = charIDToTypeID( "Algn" ); var desc170 = new ActionDescriptor(); var id878 = charIDToTypeID( "null" ); var ref129 = new ActionReference(); var id879 = charIDToTypeID( "Lyr " ); var id880 = charIDToTypeID( "Ordn" ); var id881 = charIDToTypeID( "Trgt" ); ref129.putEnumerated( id879, id880, id881 ); desc170.putReference( id878, ref129 ); var id882 = charIDToTypeID( "Usng" ); var id883 = charIDToTypeID( "ADSt" ); var id884 = charIDToTypeID( "AdLf" ); desc170.putEnumerated( id882, id883, id884 ); executeAction( id877, desc170, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Layer-HorizontalCenters">
		<name id="Layer/HorizontalCenters/name" value="Horizontal Centers"/>
		<context id="Layer/HorizontalCenters/context" value="Layer &gt; Align &gt; Horizontal Centers"/>
		<desc id="Layer/HorizontalCenters/desc" value="Align the horizontal centers of the selected layers"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id885 = charIDToTypeID( "Algn" ); var desc171 = new ActionDescriptor(); var id886 = charIDToTypeID( "null" ); var ref130 = new ActionReference(); var id887 = charIDToTypeID( "Lyr " ); var id888 = charIDToTypeID( "Ordn" ); var id889 = charIDToTypeID( "Trgt" ); ref130.putEnumerated( id887, id888, id889 ); desc171.putReference( id886, ref130 ); var id890 = charIDToTypeID( "Usng" ); var id891 = charIDToTypeID( "ADSt" ); var id892 = charIDToTypeID( "AdCH" ); desc171.putEnumerated( id890, id891, id892 ); executeAction( id885, desc171, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Layer-RightEdges">
		<name id="Layer/RightEdges/name" value="Right Edges"/>
		<context id="Layer/RightEdges/context" value="Layer &gt; Align &gt; Right Edges"/>
		<desc id="Layer/RightEdges/desc" value="Align the right edges of the selected layers"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id893 = charIDToTypeID( "Algn" ); var desc172 = new ActionDescriptor(); var id894 = charIDToTypeID( "null" ); var ref131 = new ActionReference(); var id895 = charIDToTypeID( "Lyr " ); var id896 = charIDToTypeID( "Ordn" ); var id897 = charIDToTypeID( "Trgt" ); ref131.putEnumerated( id895, id896, id897 ); desc172.putReference( id894, ref131 ); var id898 = charIDToTypeID( "Usng" ); var id899 = charIDToTypeID( "ADSt" ); var id900 = charIDToTypeID( "AdRg" ); desc172.putEnumerated( id898, id899, id900 ); executeAction( id893, desc172, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Layer-TopEdges">
		<name id="Layer/TopEdges/name" value="Top Edges"/>
		<context id="Layer/TopEdges/context" value="Layer &gt; Distribute &gt; Top Edges"/>
		<desc id="Layer/TopEdges/desc" value="Reposition the selected layers evenly based on their top edges"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id901 = charIDToTypeID( "Dstr" ); var desc173 = new ActionDescriptor(); var id902 = charIDToTypeID( "null" ); var ref132 = new ActionReference(); var id903 = charIDToTypeID( "Lyr " ); var id904 = charIDToTypeID( "Ordn" ); var id905 = charIDToTypeID( "Trgt" ); ref132.putEnumerated( id903, id904, id905 ); desc173.putReference( id902, ref132 ); var id906 = charIDToTypeID( "Usng" ); var id907 = charIDToTypeID( "ADSt" ); var id908 = charIDToTypeID( "AdTp" ); desc173.putEnumerated( id906, id907, id908 ); executeAction( id901, desc173, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Layer-VerticalCenters">
		<name id="Layer/VerticalCenters/name" value="Vertical Centers"/>
		<context id="Layer/VerticalCenters/context" value="Layer &gt; Distribute &gt; Vertical Centers"/>
		<desc id="Layer/VerticalCenters/desc" value="Reposition the selected layers evenly based on their vertical centers"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id909 = charIDToTypeID( "Dstr" ); var desc174 = new ActionDescriptor(); var id910 = charIDToTypeID( "null" ); var ref133 = new ActionReference(); var id911 = charIDToTypeID( "Lyr " ); var id912 = charIDToTypeID( "Ordn" ); var id913 = charIDToTypeID( "Trgt" ); ref133.putEnumerated( id911, id912, id913 ); desc174.putReference( id910, ref133 ); var id914 = charIDToTypeID( "Usng" ); var id915 = charIDToTypeID( "ADSt" ); var id916 = charIDToTypeID( "AdCV" ); desc174.putEnumerated( id914, id915, id916 ); executeAction( id909, desc174, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Layer-BottomEdges">
		<name id="Layer/BottomEdges/name" value="Bottom Edges"/>
		<context id="Layer/BottomEdges/context" value="Layer &gt; Distribute &gt; Bottom Edges"/>
		<desc id="Layer/BottomEdges/desc" value="Reposition the selected layers evenly based on their bottom edges"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id917 = charIDToTypeID( "Dstr" ); var desc175 = new ActionDescriptor(); var id918 = charIDToTypeID( "null" ); var ref134 = new ActionReference(); var id919 = charIDToTypeID( "Lyr " ); var id920 = charIDToTypeID( "Ordn" ); var id921 = charIDToTypeID( "Trgt" ); ref134.putEnumerated( id919, id920, id921 ); desc175.putReference( id918, ref134 ); var id922 = charIDToTypeID( "Usng" ); var id923 = charIDToTypeID( "ADSt" ); var id924 = charIDToTypeID( "AdBt" ); desc175.putEnumerated( id922, id923, id924 ); executeAction( id917, desc175, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Layer-LeftEdges">
		<name id="Layer/LeftEdges/name" value="Left Edges"/>
		<context id="Layer/LeftEdges/context" value="Layer &gt; Distribute &gt; Left Edges"/>
		<desc id="Layer/LeftEdges/desc" value="Reposition the selected layers evenly based on their left edges"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id925 = charIDToTypeID( "Dstr" ); var desc176 = new ActionDescriptor(); var id926 = charIDToTypeID( "null" ); var ref135 = new ActionReference(); var id927 = charIDToTypeID( "Lyr " ); var id928 = charIDToTypeID( "Ordn" ); var id929 = charIDToTypeID( "Trgt" ); ref135.putEnumerated( id927, id928, id929 ); desc176.putReference( id926, ref135 ); var id930 = charIDToTypeID( "Usng" ); var id931 = charIDToTypeID( "ADSt" ); var id932 = charIDToTypeID( "AdLf" ); desc176.putEnumerated( id930, id931, id932 ); executeAction( id925, desc176, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Layer-HorizontalCenters">
		<name id="Layer/HorizontalCenters/name" value="Horizontal Centers"/>
		<context id="Layer/HorizontalCenters/context" value="Layer &gt; Distribute &gt; Horizontal Centers"/>
		<desc id="Layer/HorizontalCenters/desc" value="Reposition the selected layers evenly based on their horizontal centers"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id941 = charIDToTypeID( "Dstr" ); var desc178 = new ActionDescriptor(); var id942 = charIDToTypeID( "null" ); var ref137 = new ActionReference(); var id943 = charIDToTypeID( "Lyr " ); var id944 = charIDToTypeID( "Ordn" ); var id945 = charIDToTypeID( "Trgt" ); ref137.putEnumerated( id943, id944, id945 ); desc178.putReference( id942, ref137 ); var id946 = charIDToTypeID( "Usng" ); var id947 = charIDToTypeID( "ADSt" ); var id948 = charIDToTypeID( "AdCH" ); desc178.putEnumerated( id946, id947, id948 ); executeAction( id941, desc178, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Layer-RightEdges">
		<name id="Layer/RightEdges/name" value="Right Edges"/>
		<context id="Layer/RightEdges/context" value="Layer &gt; Distribute &gt; Right Edges"/>
		<desc id="Layer/RightEdges/desc" value="Reposition the selected layers evenly based on their right edges"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id949 = charIDToTypeID( "Dstr" ); var desc179 = new ActionDescriptor(); var id950 = charIDToTypeID( "null" ); var ref138 = new ActionReference(); var id951 = charIDToTypeID( "Lyr " ); var id952 = charIDToTypeID( "Ordn" ); var id953 = charIDToTypeID( "Trgt" ); ref138.putEnumerated( id951, id952, id953 ); desc179.putReference( id950, ref138 ); var id954 = charIDToTypeID( "Usng" ); var id955 = charIDToTypeID( "ADSt" ); var id956 = charIDToTypeID( "AdRg" ); desc179.putEnumerated( id954, id955, id956 ); executeAction( id949, desc179, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Layer-LockAllLayers">
		<name id="Layer/LockAllLayers/name" value="Lock All Layers"/>
		<context id="Layer/LockAllLayers/context" value="Layer &gt; Lock All Layers"/>
		<desc id="Layer/LockAllLayers/desc" value="Lock the selected layers"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id957 = charIDToTypeID( "slct" ); var desc180 = new ActionDescriptor(); var id958 = charIDToTypeID( "null" ); var ref139 = new ActionReference(); var id959 = charIDToTypeID( "Mn  " ); var id960 = charIDToTypeID( "MnIt" ); var id961 = stringIDToTypeID( "applyLocking" ); ref139.putEnumerated( id959, id960, id961 ); desc180.putReference( id958, ref139 ); executeAction( id957, desc180, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Layer-Link/UnlinkLayers">
		<name id="Layer/Link/UnlinkLayers/name" value="Link/Unlink Layers"/>
		<context id="Layer/Link/UnlinkLayers/context" value="Layer &gt; Link/Unlink Layers"/>
		<desc id="Layer/Link/UnlinkLayers/desc" value="Link or unlink the selected layers"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id962 = stringIDToTypeID( "linkSelectedLayers" ); var desc181 = new ActionDescriptor(); var id963 = charIDToTypeID( "null" ); var ref140 = new ActionReference(); var id964 = charIDToTypeID( "Lyr " ); var id965 = charIDToTypeID( "Ordn" ); var id966 = charIDToTypeID( "Trgt" ); ref140.putEnumerated( id964, id965, id966 ); desc181.putReference( id963, ref140 ); executeAction( id962, desc181, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Layer-SelectLinkedLayers">
		<name id="Layer/SelectLinkedLayers/name" value="Select Linked Layers"/>
		<context id="Layer/SelectLinkedLayers/context" value="Layer &gt; Select Linked Layers"/>
		<desc id="Layer/SelectLinkedLayers/desc" value="Select layers linked to the currently selected layer"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id967 = stringIDToTypeID( "selectLinkedLayers" ); var desc182 = new ActionDescriptor(); var id968 = charIDToTypeID( "null" ); var ref141 = new ActionReference(); var id969 = charIDToTypeID( "Lyr " ); var id970 = charIDToTypeID( "Ordn" ); var id971 = charIDToTypeID( "Trgt" ); ref141.putEnumerated( id969, id970, id971 ); desc182.putReference( id968, ref141 ); executeAction( id967, desc182, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Layer-MergeLayers">
		<name id="Layer/MergeLayers/name" value="Merge Layers"/>
		<context id="Layer/MergeLayers/context" value="Layer &gt; Merge Layers"/>
		<desc id="Layer/MergeLayers/desc" value="Merge the selected layer with the one below it, or merge selected layers together"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id972 = charIDToTypeID( "Mrg2" ); executeAction( id972, undefined, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Layer-MergeVisible">
		<name id="Layer/MergeVisible/name" value="Merge Visible"/>
		<context id="Layer/MergeVisible/context" value="Layer &gt; Merge Visible"/>
		<desc id="Layer/MergeVisible/desc" value="Merge all visible layers into one"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id973 = charIDToTypeID( "MrgV" ); executeAction( id973, undefined, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Layer-FlattenImage">
		<name id="Layer/FlattenImage/name" value="Flatten Image"/>
		<context id="Layer/FlattenImage/context" value="Layer &gt; Flatten Image"/>
		<desc id="Layer/FlattenImage/desc" value="Flatten the image (compressing all layers into one)"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id974 = charIDToTypeID( "FltI" ); executeAction( id974, undefined, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Layer-Defringe">
		<name id="Layer/Defringe/name" value="Defringe"/>
		<context id="Layer/Defringe/context" value="Layer &gt; Matting &gt; Defringe"/>
		<desc id="Layer/Defringe/desc" value="Remove fringing"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id975 = charIDToTypeID( "Dfrg" ); executeAction( id975, undefined, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Layer-RemoveBlackMatte">
		<name id="Layer/RemoveBlackMatte/name" value="Remove Black Matte"/>
		<context id="Layer/RemoveBlackMatte/context" value="Layer &gt; Matting &gt; Remove Black Matte"/>
		<desc id="Layer/RemoveBlackMatte/desc" value="Remove black matte pixels"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id985 = charIDToTypeID( "RmvB" ); executeAction( id985, undefined, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Layer-RemoveWhiteMatte">
		<name id="Layer/RemoveWhiteMatte/name" value="Remove White Matte"/>
		<context id="Layer/RemoveWhiteMatte/context" value="Layer &gt; Matting &gt; Remove White Matte"/>
		<desc id="Layer/RemoveWhiteMatte/desc" value="Remove white matte pixels"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id986 = charIDToTypeID( "RmvW" ); executeAction( id986, undefined, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Select-All">
		<name id="Select/All/name" value="All"/>
		<context id="Select/All/context" value="Select &gt; All"/>
		<desc id="Select/All/desc" value="Select all pixels in the current layer or mask"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idsetd = charIDToTypeID( "setd" ); var desc25 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref17 = new ActionReference(); var idChnl = charIDToTypeID( "Chnl" ); var idfsel = charIDToTypeID( "fsel" ); ref17.putProperty( idChnl, idfsel ); desc25.putReference( idnull, ref17 ); var idT = charIDToTypeID( "T   " ); var idOrdn = charIDToTypeID( "Ordn" ); var idAl = charIDToTypeID( "Al  " ); desc25.putEnumerated( idT, idOrdn, idAl ); executeAction( idsetd, desc25, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Select-Deselect">
		<name id="Select/Deselect/name" value="Deselect"/>
		<context id="Select/Deselect/context" value="Select &gt; Deselect"/>
		<desc id="Select/Deselect/desc" value="Deselect an active selection"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idsetd = charIDToTypeID( "setd" ); var desc26 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref18 = new ActionReference(); var idChnl = charIDToTypeID( "Chnl" ); var idfsel = charIDToTypeID( "fsel" ); ref18.putProperty( idChnl, idfsel ); desc26.putReference( idnull, ref18 ); var idT = charIDToTypeID( "T   " ); var idOrdn = charIDToTypeID( "Ordn" ); var idNone = charIDToTypeID( "None" ); desc26.putEnumerated( idT, idOrdn, idNone ); executeAction( idsetd, desc26, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Select-Reselect">
		<name id="Select/Reselect/name" value="Reselect"/>
		<context id="Select/Reselect/context" value="Select &gt; Reselect"/>
		<desc id="Select/Reselect/desc" value="Reselect the previous selection"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idsetd = charIDToTypeID( "setd" ); var desc27 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref19 = new ActionReference(); var idChnl = charIDToTypeID( "Chnl" ); var idfsel = charIDToTypeID( "fsel" ); ref19.putProperty( idChnl, idfsel ); desc27.putReference( idnull, ref19 ); var idT = charIDToTypeID( "T   " ); var idOrdn = charIDToTypeID( "Ordn" ); var idPrvs = charIDToTypeID( "Prvs" ); desc27.putEnumerated( idT, idOrdn, idPrvs ); executeAction( idsetd, desc27, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Select-Inverse">
		<name id="Select/Inverse/name" value="Inverse"/>
		<context id="Select/Inverse/context" value="Select &gt; Inverse"/>
		<desc id="Select/Inverse/desc" value="Invert a selection"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idInvs = charIDToTypeID( "Invs" ); executeAction( idInvs, undefined, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Select-AllLayers">
		<name id="Select/AllLayers/name" value="All Layers"/>
		<context id="Select/AllLayers/context" value="Select &gt; All Layers"/>
		<desc id="Select/AllLayers/desc" value="Select the contents of all layers"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idselectAllLayers = stringIDToTypeID( "selectAllLayers" ); var desc28 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref20 = new ActionReference(); var idLyr = charIDToTypeID( "Lyr " ); var idOrdn = charIDToTypeID( "Ordn" ); var idTrgt = charIDToTypeID( "Trgt" ); ref20.putEnumerated( idLyr, idOrdn, idTrgt ); desc28.putReference( idnull, ref20 ); executeAction( idselectAllLayers, desc28, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Select-DeselectLayers">
		<name id="Select/DeselectLayers/name" value="Deselect Layers"/>
		<context id="Select/DeselectLayers/context" value="Select &gt; Deselect Layers"/>
		<desc id="Select/DeselectLayers/desc" value="Deselect an active selection upon layer content"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idselectNoLayers = stringIDToTypeID( "selectNoLayers" ); var desc29 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref21 = new ActionReference(); var idLyr = charIDToTypeID( "Lyr " ); var idOrdn = charIDToTypeID( "Ordn" ); var idTrgt = charIDToTypeID( "Trgt" ); ref21.putEnumerated( idLyr, idOrdn, idTrgt ); desc29.putReference( idnull, ref21 ); executeAction( idselectNoLayers, desc29, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Select-SimilarLayers">
		<name id="Select/SimilarLayers/name" value="Similar Layers"/>
		<context id="Select/SimilarLayers/context" value="Select &gt; Similar Layers"/>
		<desc id="Select/SimilarLayers/desc" value="Select similar layer content"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idselectSimilarLayers = stringIDToTypeID( "selectSimilarLayers" ); var desc30 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref22 = new ActionReference(); var idLyr = charIDToTypeID( "Lyr " ); var idOrdn = charIDToTypeID( "Ordn" ); var idTrgt = charIDToTypeID( "Trgt" ); ref22.putEnumerated( idLyr, idOrdn, idTrgt ); desc30.putReference( idnull, ref22 ); executeAction( idselectSimilarLayers, desc30, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Select-ColorRange">
		<name id="Select/ColorRange/name" value="Color Range"/>
		<context id="Select/ColorRange/context" value="Select &gt; Color Range"/>
		<desc id="Select/ColorRange/desc" value="Select a specific range of colors"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idClrR = charIDToTypeID( "ClrR" ); executeAction( idClrR, undefined, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Select-RefineEdge">
		<name id="Select/RefineEdge/name" value="Refine Edge"/>
		<context id="Select/RefineEdge/context" value="Select &gt; Refine Edge"/>
		<desc id="Select/RefineEdge/desc" value="Refine the edge of a selection"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idrefineSelectionEdge = stringIDToTypeID( "refineSelectionEdge" ); executeAction( idrefineSelectionEdge, undefined, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Select-Border">
		<name id="Select/Border/name" value="Border"/>
		<context id="Select/Border/context" value="Select &gt; Modify &gt; Border"/>
		<desc id="Select/Border/desc" value="Modify the border region of a selection"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idBrdr = charIDToTypeID( "Brdr" ); executeAction( idBrdr, undefined, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Select-Smooth">
		<name id="Select/Smooth/name" value="Smooth"/>
		<context id="Select/Smooth/context" value="Select &gt; Modify &gt; Smooth"/>
		<desc id="Select/Smooth/desc" value="Smooth an active selection"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idSmth = charIDToTypeID( "Smth" ); executeAction( idSmth, undefined, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Select-Expand">
		<name id="Select/Expand/name" value="Expand"/>
		<context id="Select/Expand/context" value="Select &gt; Modify &gt; Expand"/>
		<desc id="Select/Expand/desc" value="Expand an active selection"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idExpn = charIDToTypeID( "Expn" ); executeAction( idExpn, undefined, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Select-Contract">
		<name id="Select/Contract/name" value="Contract"/>
		<context id="Select/Contract/context" value="Select &gt; Modify &gt; Contract"/>
		<desc id="Select/Contract/desc" value="Contract an active selection"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idCntc = charIDToTypeID( "Cntc" ); executeAction( idCntc, undefined, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Select-Feather">
		<name id="Select/Feather/name" value="Feather"/>
		<context id="Select/Feather/context" value="Select &gt; Modify &gt; Feather"/>
		<desc id="Select/Feather/desc" value="Feather the edge of an active selection"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idFthr = charIDToTypeID( "Fthr" ); executeAction( idFthr, undefined, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Select-Grow">
		<name id="Select/Grow/name" value="Grow"/>
		<context id="Select/Grow/context" value="Select &gt; Grow"/>
		<desc id="Select/Grow/desc" value="Grow (expand) an active selection"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idGrow = charIDToTypeID( "Grow" ); executeAction( idGrow, undefined, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Select-Similar">
		<name id="Select/Similar/name" value="Similar"/>
		<context id="Select/Similar/context" value="Select &gt; Similar"/>
		<desc id="Select/Similar/desc" value="Select content similar to other selected regions"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idSmlr = charIDToTypeID( "Smlr" ); executeAction( idSmlr, undefined, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Select-TransformSelection">
		<name id="Select/TransformSelection/name" value="Transform Selection"/>
		<context id="Select/TransformSelection/context" value="Select &gt; Transform Selection"/>
		<desc id="Select/TransformSelection/desc" value="Transform a selection"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idTrnf = charIDToTypeID( "Trnf" ); var desc34 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref26 = new ActionReference(); var idChnl = charIDToTypeID( "Chnl" ); var idfsel = charIDToTypeID( "fsel" ); ref26.putProperty( idChnl, idfsel ); desc34.putReference( idnull, ref26 ); executeAction( idTrnf, desc34, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Select-LoadSelection">
		<name id="Select/LoadSelection/name" value="Load Selection"/>
		<context id="Select/LoadSelection/context" value="Select &gt; Load Selection"/>
		<desc id="Select/LoadSelection/desc" value="Load a saved selection"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idsetd = charIDToTypeID( "setd" ); var desc35 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref27 = new ActionReference(); var idChnl = charIDToTypeID( "Chnl" ); var idfsel = charIDToTypeID( "fsel" ); ref27.putProperty( idChnl, idfsel ); desc35.putReference( idnull, ref27 ); executeAction( idsetd, desc35, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Select-SaveSelection">
		<name id="Select/SaveSelection/name" value="Save Selection"/>
		<context id="Select/SaveSelection/context" value="Select &gt; Save Selection"/>
		<desc id="Select/SaveSelection/desc" value="Save an active selection"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idDplc = charIDToTypeID( "Dplc" ); var desc36 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref28 = new ActionReference(); var idChnl = charIDToTypeID( "Chnl" ); var idfsel = charIDToTypeID( "fsel" ); ref28.putProperty( idChnl, idfsel ); desc36.putReference( idnull, ref28 ); executeAction( idDplc, desc36, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Filter-LastFilter">
		<name id="Filter/LastFilter/name" value="Last Filter"/>
		<context id="Filter/LastFilter/context" value="Filter &gt; Last Filter"/>
		<desc id="Filter/LastFilter/desc" value="Apply the last filter used"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc37 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref29 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idLstF = charIDToTypeID( "LstF" ); ref29.putEnumerated( idMn, idMnIt, idLstF ); desc37.putReference( idnull, ref29 ); executeAction( idslct, desc37, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Filter-ConvertforSmartFilters">
		<name id="Filter/ConvertforSmartFilters/name" value="Convert for Smart Filters"/>
		<context id="Filter/ConvertforSmartFilters/context" value="Filter &gt; Convert for Smart Filters"/>
		<desc id="Filter/ConvertforSmartFilters/desc" value="Convert to a reeditable smart filter"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc38 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref30 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idnewPlacedLayer = stringIDToTypeID( "newPlacedLayer" ); ref30.putEnumerated( idMn, idMnIt, idnewPlacedLayer ); desc38.putReference( idnull, ref30 ); executeAction( idslct, desc38, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Filter-FilterGallery">
		<name id="Filter/FilterGallery/name" value="Filter Gallery"/>
		<context id="Filter/FilterGallery/context" value="Filter &gt; Filter Gallery"/>
		<desc id="Filter/FilterGallery/desc" value="Access dozens of special effect filters"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idGEfc = charIDToTypeID( "GEfc" ); executeAction( idGEfc, undefined, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Filter-Liquify">
		<name id="Filter/Liquify/name" value="Liquify"/>
		<context id="Filter/Liquify/context" value="Filter &gt; Liquify"/>
		<desc id="Filter/Liquify/desc" value="Distort the pixels of an image"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idFltr = charIDToTypeID( "Fltr" ); var desc39 = new ActionDescriptor(); var idUsng = charIDToTypeID( "Usng" ); desc39.putString( idUsng, "Liquify..." ); executeAction( idFltr, desc39, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Filter-VanishingPoint">
		<name id="Filter/VanishingPoint/name" value="Vanishing Point"/>
		<context id="Filter/VanishingPoint/context" value="Filter &gt; Vanishing Point"/>
		<desc id="Filter/VanishingPoint/desc" value="Edit images in perspective"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idFltr = charIDToTypeID( "Fltr" ); var desc40 = new ActionDescriptor(); var idUsng = charIDToTypeID( "Usng" ); desc40.putString( idUsng, "Vanishing Point..." ); executeAction( idFltr, desc40, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Filter-ColoredPencil">
		<name id="Filter/ColoredPencil/name" value="Colored Pencil"/>
		<context id="Filter/ColoredPencil/context" value="Filter &gt; Artistic &gt; Colored Pencil"/>
		<desc id="Filter/ColoredPencil/desc" value="Apply a colored pencil effect to an image"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idClrP = charIDToTypeID( "ClrP" ); executeAction( idClrP, undefined, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Filter-Cutout">
		<name id="Filter/Cutout/name" value="Cutout"/>
		<context id="Filter/Cutout/context" value="Filter &gt; Artistic &gt; Cutout"/>
		<desc id="Filter/Cutout/desc" value="Apply a cutour effect to an image"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idCt = charIDToTypeID( "Ct  " ); executeAction( idCt, undefined, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Filter-DryBrush">
		<name id="Filter/DryBrush/name" value="Dry Brush"/>
		<context id="Filter/DryBrush/context" value="Filter &gt; Artistic &gt; Dry Brush"/>
		<desc id="Filter/DryBrush/desc" value="Apply a dry brush effect to an image"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idDryB = charIDToTypeID( "DryB" ); executeAction( idDryB, undefined, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Filter-FilmGrain">
		<name id="Filter/FilmGrain/name" value="Film Grain"/>
		<context id="Filter/FilmGrain/context" value="Filter &gt; Artistic &gt; Film Grain"/>
		<desc id="Filter/FilmGrain/desc" value="Apply a film grain effect to an image"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idFlmG = charIDToTypeID( "FlmG" ); executeAction( idFlmG, undefined, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Filter-Fresco">
		<name id="Filter/Fresco/name" value="Fresco"/>
		<context id="Filter/Fresco/context" value="Filter &gt; Artistic &gt; Fresco"/>
		<desc id="Filter/Fresco/desc" value="Apply a fresco effect to an image"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idFrsc = charIDToTypeID( "Frsc" ); executeAction( idFrsc, undefined, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Filter-NeonGlow">
		<name id="Filter/NeonGlow/name" value="Neon Glow"/>
		<context id="Filter/NeonGlow/context" value="Filter &gt; Artistic &gt; Neon Glow"/>
		<desc id="Filter/NeonGlow/desc" value="Apply a neon glow effect to an image"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idNGlw = charIDToTypeID( "NGlw" ); executeAction( idNGlw, undefined, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Filter-PaintDaubs">
		<name id="Filter/PaintDaubs/name" value="Paint Daubs"/>
		<context id="Filter/PaintDaubs/context" value="Filter &gt; Artistic &gt; Paint Daubs"/>
		<desc id="Filter/PaintDaubs/desc" value="Apply a paint daubs effect to an image"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idPntD = charIDToTypeID( "PntD" ); executeAction( idPntD, undefined, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Filter-PaletteKnife">
		<name id="Filter/PaletteKnife/name" value="Palette Knife"/>
		<context id="Filter/PaletteKnife/context" value="Filter &gt; Artistic &gt; Palette Knife"/>
		<desc id="Filter/PaletteKnife/desc" value="Apply a palette knife effect to an image"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idPltK = charIDToTypeID( "PltK" ); executeAction( idPltK, undefined, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Filter-PlasticWrap">
		<name id="Filter/PlasticWrap/name" value="Plastic Wrap"/>
		<context id="Filter/PlasticWrap/context" value="Filter &gt; Artistic &gt; Plastic Wrap"/>
		<desc id="Filter/PlasticWrap/desc" value="Apply a plastic wrap effect to an image"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idPlsW = charIDToTypeID( "PlsW" ); executeAction( idPlsW, undefined, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Filter-PosterEdges">
		<name id="Filter/PosterEdges/name" value="Poster Edges"/>
		<context id="Filter/PosterEdges/context" value="Filter &gt; Artistic &gt; Poster Edges"/>
		<desc id="Filter/PosterEdges/desc" value="Apply a poster edges effect to an image"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idPstE = charIDToTypeID( "PstE" ); executeAction( idPstE, undefined, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Filter-RoughPastels">
		<name id="Filter/RoughPastels/name" value="Rough Pastels"/>
		<context id="Filter/RoughPastels/context" value="Filter &gt; Artistic &gt; Rough Pastels"/>
		<desc id="Filter/RoughPastels/desc" value="Apply a rough pastels effect to an image"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idRghP = charIDToTypeID( "RghP" ); executeAction( idRghP, undefined, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Filter-SmudgeStick">
		<name id="Filter/SmudgeStick/name" value="Smudge Stick"/>
		<context id="Filter/SmudgeStick/context" value="Filter &gt; Artistic &gt; Smudge Stick"/>
		<desc id="Filter/SmudgeStick/desc" value="Apply a smudge stick effect to an image"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idSmdS = charIDToTypeID( "SmdS" ); executeAction( idSmdS, undefined, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Filter-Sponge">
		<name id="Filter/Sponge/name" value="Sponge"/>
		<context id="Filter/Sponge/context" value="Filter &gt; Artistic &gt; Sponge"/>
		<desc id="Filter/Sponge/desc" value="Apply a sponge effect to an image"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idSpng = charIDToTypeID( "Spng" ); executeAction( idSpng, undefined, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Filter-Underpainting">
		<name id="Filter/Underpainting/name" value="Underpainting"/>
		<context id="Filter/Underpainting/context" value="Filter &gt; Artistic &gt; Underpainting"/>
		<desc id="Filter/Underpainting/desc" value="Apply an underpainting effect to your image"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idUndr = charIDToTypeID( "Undr" ); executeAction( idUndr, undefined, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Filter-Watercolor">
		<name id="Filter/Watercolor/name" value="Watercolor"/>
		<context id="Filter/Watercolor/context" value="Filter &gt; Artistic &gt; Watercolor"/>
		<desc id="Filter/Watercolor/desc" value="Apply a watercolor effect to your image"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idWtrc = charIDToTypeID( "Wtrc" ); executeAction( idWtrc, undefined, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Filter-Average">
		<name id="Filter/Average/name" value="Average"/>
		<context id="Filter/Average/context" value="Filter &gt; Blur &gt; Average"/>
		<desc id="Filter/Average/desc" value="Blur your image with an average of the colors in it"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idAvrg = charIDToTypeID( "Avrg" ); executeAction( idAvrg, undefined, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Filter-Blur">
		<name id="Filter/Blur/name" value="Blur"/>
		<context id="Filter/Blur/context" value="Filter &gt; Blur &gt; Blur"/>
		<desc id="Filter/Blur/desc" value="Blur an image"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idBlr = charIDToTypeID( "Blr " ); executeAction( idBlr, undefined, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Filter-BlurMore">
		<name id="Filter/BlurMore/name" value="Blur More"/>
		<context id="Filter/BlurMore/context" value="Filter &gt; Blur &gt; Blur More"/>
		<desc id="Filter/BlurMore/desc" value="Blur an image with a greater strength than default"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idBlrM = charIDToTypeID( "BlrM" ); executeAction( idBlrM, undefined, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Filter-BoxBlur">
		<name id="Filter/BoxBlur/name" value="Box Blur"/>
		<context id="Filter/BoxBlur/context" value="Filter &gt; Blur &gt; Box Blur"/>
		<desc id="Filter/BoxBlur/desc" value="Blur and image based upon data in neighboring pixels"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idboxblur = stringIDToTypeID( "boxblur" ); executeAction( idboxblur, undefined, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Filter-GaussianBlur">
		<name id="Filter/GaussianBlur/name" value="Gaussian Blur"/>
		<context id="Filter/GaussianBlur/context" value="Filter &gt; Blur &gt; Gaussian Blur"/>
		<desc id="Filter/GaussianBlur/desc" value="Apply an adjustable Gaussian Blur to an image"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idGsnB = charIDToTypeID( "GsnB" ); executeAction( idGsnB, undefined, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Filter-LensBlur">
		<name id="Filter/LensBlur/name" value="Lens Blur"/>
		<context id="Filter/LensBlur/context" value="Filter &gt; Blur &gt; Lens Blur"/>
		<desc id="Filter/LensBlur/desc" value="Apply a Lens Blur to give a depth blurred effect"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idBokh = charIDToTypeID( "Bokh" ); executeAction( idBokh, undefined, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Filter-MotionBlur">
		<name id="Filter/MotionBlur/name" value="Motion Blur"/>
		<context id="Filter/MotionBlur/context" value="Filter &gt; Blur &gt; Motion Blur"/>
		<desc id="Filter/MotionBlur/desc" value="Apply an adjustable Blur which conveys motion"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idMtnB = charIDToTypeID( "MtnB" ); executeAction( idMtnB, undefined, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Filter-RadialBlur">
		<name id="Filter/RadialBlur/name" value="Radial Blur"/>
		<context id="Filter/RadialBlur/context" value="Filter &gt; Blur &gt; Radial Blur"/>
		<desc id="Filter/RadialBlur/desc" value="Apply a Radial Blur with a zoom or spin effect"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idRdlB = charIDToTypeID( "RdlB" ); executeAction( idRdlB, undefined, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Filter-ShapeBlur">
		<name id="Filter/ShapeBlur/name" value="Shape Blur"/>
		<context id="Filter/ShapeBlur/context" value="Filter &gt; Blur &gt; Shape Blur"/>
		<desc id="Filter/ShapeBlur/desc" value="Apply a blur with a shape as a source parameter"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idshapeBlur = stringIDToTypeID( "shapeBlur" ); executeAction( idshapeBlur, undefined, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Filter-SmartBlur">
		<name id="Filter/SmartBlur/name" value="Smart Blur"/>
		<context id="Filter/SmartBlur/context" value="Filter &gt; Blur &gt; Smart Blur"/>
		<desc id="Filter/SmartBlur/desc" value="Apply an image with additional precision"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idSmrB = charIDToTypeID( "SmrB" ); executeAction( idSmrB, undefined, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Filter-SurfaceBlur">
		<name id="Filter/SurfaceBlur/name" value="Surface Blur"/>
		<context id="Filter/SurfaceBlur/context" value="Filter &gt; Blur &gt; Surface Blur"/>
		<desc id="Filter/SurfaceBlur/desc" value="Blur an image while prserving edge detail"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idsurfaceBlur = stringIDToTypeID( "surfaceBlur" ); executeAction( idsurfaceBlur, undefined, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Filter-AccentedEdges">
		<name id="Filter/AccentedEdges/name" value="Accented Edges"/>
		<context id="Filter/AccentedEdges/context" value="Filter &gt; Brush Strokes &gt; Accented Edges"/>
		<desc id="Filter/AccentedEdges/desc" value="Apply an Accented Edges effect to an image"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idAccE = charIDToTypeID( "AccE" ); executeAction( idAccE, undefined, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Filter-AngledStrokes">
		<name id="Filter/AngledStrokes/name" value="Angled Strokes"/>
		<context id="Filter/AngledStrokes/context" value="Filter &gt; Brush Strokes &gt; Angled Strokes"/>
		<desc id="Filter/AngledStrokes/desc" value="Apply an Strokes effect to an image"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idAngS = charIDToTypeID( "AngS" ); executeAction( idAngS, undefined, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Filter-Crosshatch">
		<name id="Filter/Crosshatch/name" value="Crosshatch"/>
		<context id="Filter/Crosshatch/context" value="Filter &gt; Brush Strokes &gt; Crosshatch"/>
		<desc id="Filter/Crosshatch/desc" value="Apply a Crosshatch effect to an image"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idCrsh = charIDToTypeID( "Crsh" ); executeAction( idCrsh, undefined, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Filter-DarkStrokes">
		<name id="Filter/DarkStrokes/name" value="Dark Strokes"/>
		<context id="Filter/DarkStrokes/context" value="Filter &gt; Brush Strokes &gt; Dark Strokes"/>
		<desc id="Filter/DarkStrokes/desc" value="Apply a Dark Strokes effect to an image"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idDrkS = charIDToTypeID( "DrkS" ); executeAction( idDrkS, undefined, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Filter-InkOutlines">
		<name id="Filter/InkOutlines/name" value="Ink Outlines"/>
		<context id="Filter/InkOutlines/context" value="Filter &gt; Brush Strokes &gt; Ink Outlines"/>
		<desc id="Filter/InkOutlines/desc" value="Apply an Ink Outlines effect to an image"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idInkO = charIDToTypeID( "InkO" ); executeAction( idInkO, undefined, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Filter-Spatter">
		<name id="Filter/Spatter/name" value="Spatter"/>
		<context id="Filter/Spatter/context" value="Filter &gt; Brush Strokes &gt; Spatter"/>
		<desc id="Filter/Spatter/desc" value="Apply a Spatter effect to an image"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idSpt = charIDToTypeID( "Spt " ); executeAction( idSpt, undefined, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Filter-SprayedStrokes">
		<name id="Filter/SprayedStrokes/name" value="Sprayed Strokes"/>
		<context id="Filter/SprayedStrokes/context" value="Filter &gt; Brush Strokes &gt; Sprayed Strokes"/>
		<desc id="Filter/SprayedStrokes/desc" value="Apply a Sprayed Strokes effect to an image"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idSprS = charIDToTypeID( "SprS" ); executeAction( idSprS, undefined, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Filter-Sumi-e">
		<name id="Filter/Sumi-e/name" value="Sumi-e"/>
		<context id="Filter/Sumi-e/context" value="Filter &gt; Brush Strokes &gt; Sumi-e"/>
		<desc id="Filter/Sumi-e/desc" value="Apply a brush stroke with a Sumi-e effect to an image"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idSmie = charIDToTypeID( "Smie" ); executeAction( idSmie, undefined, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Filter-DiffuseGlow">
		<name id="Filter/DiffuseGlow/name" value="Diffuse Glow"/>
		<context id="Filter/DiffuseGlow/context" value="Filter &gt; Distort &gt; Diffuse Glow"/>
		<desc id="Filter/DiffuseGlow/desc" value="Distort an image with a Diffuse Glow effect"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idDfsG = charIDToTypeID( "DfsG" ); executeAction( idDfsG, undefined, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Filter-Displace">
		<name id="Filter/Displace/name" value="Displace"/>
		<context id="Filter/Displace/context" value="Filter &gt; Distort &gt; Displace"/>
		<desc id="Filter/Displace/desc" value="Distort an image with a Displace effect"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idDspl = charIDToTypeID( "Dspl" ); executeAction( idDspl, undefined, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Filter-Glass">
		<name id="Filter/Glass/name" value="Glass"/>
		<context id="Filter/Glass/context" value="Filter &gt; Distort &gt; Glass"/>
		<desc id="Filter/Glass/desc" value="Distort an image with a Glass effect"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idGls = charIDToTypeID( "Gls " ); executeAction( idGls, undefined, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Filter-LensCorrection">
		<name id="Filter/LensCorrection/name" value="Lens Correction"/>
		<context id="Filter/LensCorrection/context" value="Filter &gt; Distort &gt; Lens Correction"/>
		<desc id="Filter/LensCorrection/desc" value="Add and correct lens distorion, vignetting, pin cushion, and more with the Lens Correction feature"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idLnCr = charIDToTypeID( "LnCr" ); executeAction( idLnCr, undefined, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Filter-OceanRipple">
		<name id="Filter/OceanRipple/name" value="Ocean Ripple"/>
		<context id="Filter/OceanRipple/context" value="Filter &gt; Distort &gt; Ocean Ripple"/>
		<desc id="Filter/OceanRipple/desc" value="Distort an image with an Ocean Ripple effect"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idOcnR = charIDToTypeID( "OcnR" ); executeAction( idOcnR, undefined, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Filter-Pinch">
		<name id="Filter/Pinch/name" value="Pinch"/>
		<context id="Filter/Pinch/context" value="Filter &gt; Distort &gt; Pinch"/>
		<desc id="Filter/Pinch/desc" value="Distort an image with a Pinch effect"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idPnch = charIDToTypeID( "Pnch" ); executeAction( idPnch, undefined, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Filter-PolarCoordinates">
		<name id="Filter/PolarCoordinates/name" value="Polar Coordinates"/>
		<context id="Filter/PolarCoordinates/context" value="Filter &gt; Distort &gt; Polar Coordinates"/>
		<desc id="Filter/PolarCoordinates/desc" value="Distort an image at its polar coordinates "/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idPlr = charIDToTypeID( "Plr " ); executeAction( idPlr, undefined, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Filter-Ripple">
		<name id="Filter/Ripple/name" value="Ripple"/>
		<context id="Filter/Ripple/context" value="Filter &gt; Distort &gt; Ripple"/>
		<desc id="Filter/Ripple/desc" value="Distort an image with a Ripple effect"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idRple = charIDToTypeID( "Rple" ); executeAction( idRple, undefined, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Filter-Shear">
		<name id="Filter/Shear/name" value="Shear"/>
		<context id="Filter/Shear/context" value="Filter &gt; Distort &gt; Shear"/>
		<desc id="Filter/Shear/desc" value="Distort an image with a Shear effect"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idShr = charIDToTypeID( "Shr " ); executeAction( idShr, undefined, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Filter-Spherize">
		<name id="Filter/Spherize/name" value="Spherize"/>
		<context id="Filter/Spherize/context" value="Filter &gt; Distort &gt; Spherize"/>
		<desc id="Filter/Spherize/desc" value="Distort an image with a Spherize effect"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idSphr = charIDToTypeID( "Sphr" ); executeAction( idSphr, undefined, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Filter-Twirl">
		<name id="Filter/Twirl/name" value="Twirl"/>
		<context id="Filter/Twirl/context" value="Filter &gt; Distort &gt; Twirl"/>
		<desc id="Filter/Twirl/desc" value="Distort an image with a Twirl effect"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idTwrl = charIDToTypeID( "Twrl" ); executeAction( idTwrl, undefined, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Filter-Wave">
		<name id="Filter/Wave/name" value="Wave"/>
		<context id="Filter/Wave/context" value="Filter &gt; Distort &gt; Wave"/>
		<desc id="Filter/Wave/desc" value="Distort an image with a Wave effect"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idWave = charIDToTypeID( "Wave" ); executeAction( idWave, undefined, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Filter-ZigZag">
		<name id="Filter/ZigZag/name" value="ZigZag"/>
		<context id="Filter/ZigZag/context" value="Filter &gt; Distort &gt; ZigZag"/>
		<desc id="Filter/ZigZag/desc" value="Distort an image with a ZigZag effect"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idZgZg = charIDToTypeID( "ZgZg" ); executeAction( idZgZg, undefined, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Filter-AddNoise">
		<name id="Filter/AddNoise/name" value="Add Noise"/>
		<context id="Filter/AddNoise/context" value="Filter &gt; Noise &gt; Add Noise"/>
		<desc id="Filter/AddNoise/desc" value="Add Noise to an image"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idAdNs = charIDToTypeID( "AdNs" ); executeAction( idAdNs, undefined, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Filter-Despeckle">
		<name id="Filter/Despeckle/name" value="Despeckle"/>
		<context id="Filter/Despeckle/context" value="Filter &gt; Noise &gt; Despeckle"/>
		<desc id="Filter/Despeckle/desc" value="Remove speckles from an image"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idDspc = charIDToTypeID( "Dspc" ); executeAction( idDspc, undefined, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Filter-DustandScratches">
		<name id="Filter/DustandScratches/name" value="Dust and Scratches"/>
		<context id="Filter/DustandScratches/context" value="Filter &gt; Noise &gt; Dust and Scratches"/>
		<desc id="Filter/DustandScratches/desc" value="Remove Dust and Scratches from an image"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idDstS = charIDToTypeID( "DstS" ); executeAction( idDstS, undefined, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Filter-Median">
		<name id="Filter/Median/name" value="Median"/>
		<context id="Filter/Median/context" value="Filter &gt; Noise &gt; Median"/>
		<desc id="Filter/Median/desc" value="Reduce Noise based upon pixel brightness"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idMdn = charIDToTypeID( "Mdn " ); executeAction( idMdn, undefined, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Filter-ReduceNoise">
		<name id="Filter/ReduceNoise/name" value="Reduce Noise"/>
		<context id="Filter/ReduceNoise/context" value="Filter &gt; Noise &gt; Reduce Noise"/>
		<desc id="Filter/ReduceNoise/desc" value="Remove high ISO camera noise and artifacts such as JPEG blocks from an image"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var iddenoise = stringIDToTypeID( "denoise" ); executeAction( iddenoise, undefined, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Filter-ColorHalftone">
		<name id="Filter/ColorHalftone/name" value="Color Halftone"/>
		<context id="Filter/ColorHalftone/context" value="Filter &gt; Pixelate &gt; Color Halftone"/>
		<desc id="Filter/ColorHalftone/desc" value="Pixelate an image by channel with a halftone effect"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idClrH = charIDToTypeID( "ClrH" ); executeAction( idClrH, undefined, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Filter-Crystallize">
		<name id="Filter/Crystallize/name" value="Crystallize"/>
		<context id="Filter/Crystallize/context" value="Filter &gt; Pixelate &gt; Crystallize"/>
		<desc id="Filter/Crystallize/desc" value="Pixelate an image with a Crsytallized effect"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idCrst = charIDToTypeID( "Crst" ); executeAction( idCrst, undefined, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Filter-Facet">
		<name id="Filter/Facet/name" value="Facet"/>
		<context id="Filter/Facet/context" value="Filter &gt; Pixelate &gt; Facet"/>
		<desc id="Filter/Facet/desc" value="Pixelate an image with a Facet effect"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idFct = charIDToTypeID( "Fct " ); executeAction( idFct, undefined, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Filter-Fragment">
		<name id="Filter/Fragment/name" value="Fragment"/>
		<context id="Filter/Fragment/context" value="Filter &gt; Pixelate &gt; Fragment"/>
		<desc id="Filter/Fragment/desc" value="Pixelate an image with a Fragmented effect"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idFrgm = charIDToTypeID( "Frgm" ); executeAction( idFrgm, undefined, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Filter-Mezzotint">
		<name id="Filter/Mezzotint/name" value="Mezzotint"/>
		<context id="Filter/Mezzotint/context" value="Filter &gt; Pixelate &gt; Mezzotint"/>
		<desc id="Filter/Mezzotint/desc" value="Pixelate an image with a Mezzotint effect"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idMztn = charIDToTypeID( "Mztn" ); executeAction( idMztn, undefined, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Filter-Mosaic">
		<name id="Filter/Mosaic/name" value="Mosaic"/>
		<context id="Filter/Mosaic/context" value="Filter &gt; Pixelate &gt; Mosaic"/>
		<desc id="Filter/Mosaic/desc" value="Pixelate an image with a Mosaic effect"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idMsc = charIDToTypeID( "Msc " ); executeAction( idMsc, undefined, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Filter-Pointillize">
		<name id="Filter/Pointillize/name" value="Pointillize"/>
		<context id="Filter/Pointillize/context" value="Filter &gt; Pixelate &gt; Pointillize"/>
		<desc id="Filter/Pointillize/desc" value="Pixelate an image with a Pointillize effect"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idPntl = charIDToTypeID( "Pntl" ); executeAction( idPntl, undefined, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Filter-Clouds">
		<name id="Filter/Clouds/name" value="Clouds"/>
		<context id="Filter/Clouds/context" value="Filter &gt; Render &gt; Clouds"/>
		<desc id="Filter/Clouds/desc" value="Create a Cloud effect from foreground and background colors"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idClds = charIDToTypeID( "Clds" ); executeAction( idClds, undefined, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Filter-DifferenceClouds">
		<name id="Filter/DifferenceClouds/name" value="Difference Clouds"/>
		<context id="Filter/DifferenceClouds/context" value="Filter &gt; Render &gt; Difference Clouds"/>
		<desc id="Filter/DifferenceClouds/desc" value="Create a cloud effect from the opposite spectrum of the foreground and background colors"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idDfrC = charIDToTypeID( "DfrC" ); executeAction( idDfrC, undefined, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Filter-Fibers">
		<name id="Filter/Fibers/name" value="Fibers"/>
		<context id="Filter/Fibers/context" value="Filter &gt; Render &gt; Fibers"/>
		<desc id="Filter/Fibers/desc" value="Create a Fibers efect from the foreground and background colors"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idFbrs = charIDToTypeID( "Fbrs" ); executeAction( idFbrs, undefined, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Filter-LensFlare">
		<name id="Filter/LensFlare/name" value="Lens Flare"/>
		<context id="Filter/LensFlare/context" value="Filter &gt; Render &gt; Lens Flare"/>
		<desc id="Filter/LensFlare/desc" value="Create an artificial Lens Flare on an image"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idLnsF = charIDToTypeID( "LnsF" ); executeAction( idLnsF, undefined, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Filter-LightingEffects">
		<name id="Filter/LightingEffects/name" value="Lighting Effects"/>
		<context id="Filter/LightingEffects/context" value="Filter &gt; Render &gt; Lighting Effects"/>
		<desc id="Filter/LightingEffects/desc" value="Create custom additive Lighting Effects on an image"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idLghE = charIDToTypeID( "LghE" ); executeAction( idLghE, undefined, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Filter-Sharpen">
		<name id="Filter/Sharpen/name" value="Sharpen"/>
		<context id="Filter/Sharpen/context" value="Filter &gt; Sharpen &gt; Sharpen"/>
		<desc id="Filter/Sharpen/desc" value="Sharpen pixels in an image"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idShrp = charIDToTypeID( "Shrp" ); executeAction( idShrp, undefined, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Filter-SharpenEdges">
		<name id="Filter/SharpenEdges/name" value="Sharpen Edges"/>
		<context id="Filter/SharpenEdges/context" value="Filter &gt; Sharpen &gt; Sharpen Edges"/>
		<desc id="Filter/SharpenEdges/desc" value="Sharpen the edges of image detail"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idShrE = charIDToTypeID( "ShrE" ); executeAction( idShrE, undefined, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Filter-SharpenMore">
		<name id="Filter/SharpenMore/name" value="Sharpen More"/>
		<context id="Filter/SharpenMore/context" value="Filter &gt; Sharpen &gt; Sharpen More"/>
		<desc id="Filter/SharpenMore/desc" value="Sharpen pixels in an image more powerfully"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idShrM = charIDToTypeID( "ShrM" ); executeAction( idShrM, undefined, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Filter-SmartSharpen">
		<name id="Filter/SmartSharpen/name" value="Smart Sharpen"/>
		<context id="Filter/SmartSharpen/context" value="Filter &gt; Sharpen &gt; Smart Sharpen"/>
		<desc id="Filter/SmartSharpen/desc" value="Intelligently Sharpen different regions of an image with advanced control"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idsmartSharpen = stringIDToTypeID( "smartSharpen" ); executeAction( idsmartSharpen, undefined, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Filter-UnsharpMask">
		<name id="Filter/UnsharpMask/name" value="Unsharp Mask"/>
		<context id="Filter/UnsharpMask/context" value="Filter &gt; Sharpen &gt; Unsharp Mask"/>
		<desc id="Filter/UnsharpMask/desc" value="Sharpen an image with great control of size and strength"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idUnsM = charIDToTypeID( "UnsM" ); executeAction( idUnsM, undefined, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Filter-BasRelief">
		<name id="Filter/BasRelief/name" value="Bas Relief"/>
		<context id="Filter/BasRelief/context" value="Filter &gt; Sketch &gt; Bas Relief"/>
		<desc id="Filter/BasRelief/desc" value="Apply a Bas Relief Sketch effect to an image"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idBsRl = charIDToTypeID( "BsRl" ); executeAction( idBsRl, undefined, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Filter-ChalkandCharcoal">
		<name id="Filter/ChalkandCharcoal/name" value="Chalk and Charcoal"/>
		<context id="Filter/ChalkandCharcoal/context" value="Filter &gt; Sketch &gt; Chalk and Charcoal"/>
		<desc id="Filter/ChalkandCharcoal/desc" value="Apply a Chalk and Charcoal sketch effect to an image"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idChlC = charIDToTypeID( "ChlC" ); executeAction( idChlC, undefined, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Filter-Charcoal">
		<name id="Filter/Charcoal/name" value="Charcoal"/>
		<context id="Filter/Charcoal/context" value="Filter &gt; Sketch &gt; Charcoal"/>
		<desc id="Filter/Charcoal/desc" value="Apply a Charcoal sketch effect to an image"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idChrc = charIDToTypeID( "Chrc" ); executeAction( idChrc, undefined, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Filter-Chrome">
		<name id="Filter/Chrome/name" value="Chrome"/>
		<context id="Filter/Chrome/context" value="Filter &gt; Sketch &gt; Chrome"/>
		<desc id="Filter/Chrome/desc" value="Apply a Chrome effect to an image"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idChrm = charIDToTypeID( "Chrm" ); executeAction( idChrm, undefined, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Filter-ContéCrayon">
		<name id="Filter/ContéCrayon/name" value="Conté Crayon"/>
		<context id="Filter/ContéCrayon/context" value="Filter &gt; Sketch &gt; Conty Crayon"/>
		<desc id="Filter/ContéCrayon/desc" value="Apply a Conty Crayon effect to an image"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idCntC = charIDToTypeID( "CntC" ); executeAction( idCntC, undefined, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Filter-GraphicPen">
		<name id="Filter/GraphicPen/name" value="Graphic Pen"/>
		<context id="Filter/GraphicPen/context" value="Filter &gt; Sketch &gt; Graphic Pen"/>
		<desc id="Filter/GraphicPen/desc" value="Apple a Graphic Pen effect to an image"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idGraP = charIDToTypeID( "GraP" ); executeAction( idGraP, undefined, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Filter-HalftonePattern">
		<name id="Filter/HalftonePattern/name" value="Halftone Pattern"/>
		<context id="Filter/HalftonePattern/context" value="Filter &gt; Sketch &gt; Halftone Pattern"/>
		<desc id="Filter/HalftonePattern/desc" value="Apply a halftone pattern to an image"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idHlfS = charIDToTypeID( "HlfS" ); executeAction( idHlfS, undefined, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Filter-NotePaper">
		<name id="Filter/NotePaper/name" value="Note Paper"/>
		<context id="Filter/NotePaper/context" value="Filter &gt; Sketch &gt; Note Paper"/>
		<desc id="Filter/NotePaper/desc" value="Apply a Note Paper effect to an image"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idNtPr = charIDToTypeID( "NtPr" ); executeAction( idNtPr, undefined, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Filter-Photocopy">
		<name id="Filter/Photocopy/name" value="Photocopy"/>
		<context id="Filter/Photocopy/context" value="Filter &gt; Sketch &gt; Photocopy"/>
		<desc id="Filter/Photocopy/desc" value="Aply a Photocopied effect to an image"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idPhtc = charIDToTypeID( "Phtc" ); executeAction( idPhtc, undefined, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Filter-Plaster">
		<name id="Filter/Plaster/name" value="Plaster"/>
		<context id="Filter/Plaster/context" value="Filter &gt; Sketch &gt; Plaster"/>
		<desc id="Filter/Plaster/desc" value="Apply a plaster effect to an image"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idPlst = charIDToTypeID( "Plst" ); executeAction( idPlst, undefined, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Filter-Reticulation">
		<name id="Filter/Reticulation/name" value="Reticulation"/>
		<context id="Filter/Reticulation/context" value="Filter &gt; Sketch &gt; Reticulation"/>
		<desc id="Filter/Reticulation/desc" value="Apply a Reticulation effect to an image"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idRtcl = charIDToTypeID( "Rtcl" ); executeAction( idRtcl, undefined, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Filter-Stamp">
		<name id="Filter/Stamp/name" value="Stamp"/>
		<context id="Filter/Stamp/context" value="Filter &gt; Sketch &gt; Stamp"/>
		<desc id="Filter/Stamp/desc" value="Apply a Stamp effect to an image"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idStmp = charIDToTypeID( "Stmp" ); executeAction( idStmp, undefined, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Filter-TornEdges">
		<name id="Filter/TornEdges/name" value="Torn Edges"/>
		<context id="Filter/TornEdges/context" value="Filter &gt; Sketch &gt; Torn Edges"/>
		<desc id="Filter/TornEdges/desc" value="Apply a Torn Edges effect to an image"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idTrnE = charIDToTypeID( "TrnE" ); executeAction( idTrnE, undefined, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Filter-WaterPaper">
		<name id="Filter/WaterPaper/name" value="Water Paper"/>
		<context id="Filter/WaterPaper/context" value="Filter &gt; Sketch &gt; Water Paper"/>
		<desc id="Filter/WaterPaper/desc" value="Apply a Water Paper effect to an image"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idWtrP = charIDToTypeID( "WtrP" ); executeAction( idWtrP, undefined, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Filter-Diffuse">
		<name id="Filter/Diffuse/name" value="Diffuse"/>
		<context id="Filter/Diffuse/context" value="Filter &gt; Stylize &gt; Diffuse"/>
		<desc id="Filter/Diffuse/desc" value="Apply a Diffused style to an image"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idDfs = charIDToTypeID( "Dfs " ); executeAction( idDfs, undefined, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Filter-Emboss">
		<name id="Filter/Emboss/name" value="Emboss"/>
		<context id="Filter/Emboss/context" value="Filter &gt; Stylize &gt; Emboss"/>
		<desc id="Filter/Emboss/desc" value="Apply a Embossed style to an image"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idEmbs = charIDToTypeID( "Embs" ); executeAction( idEmbs, undefined, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Filter-Extrude">
		<name id="Filter/Extrude/name" value="Extrude"/>
		<context id="Filter/Extrude/context" value="Filter &gt; Stylize &gt; Extrude"/>
		<desc id="Filter/Extrude/desc" value="Apply an Extruded style to an image"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idExtr = charIDToTypeID( "Extr" ); executeAction( idExtr, undefined, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Filter-FindEdges">
		<name id="Filter/FindEdges/name" value="Find Edges"/>
		<context id="Filter/FindEdges/context" value="Filter &gt; Stylize &gt; Find Edges"/>
		<desc id="Filter/FindEdges/desc" value="Apply a Find Edges style to an image"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idFndE = charIDToTypeID( "FndE" ); executeAction( idFndE, undefined, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Filter-GlowingEdges">
		<name id="Filter/GlowingEdges/name" value="Glowing Edges"/>
		<context id="Filter/GlowingEdges/context" value="Filter &gt; Stylize &gt; Glowing Edges"/>
		<desc id="Filter/GlowingEdges/desc" value="Apply a Glowing Edges stule to an image"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idGlwE = charIDToTypeID( "GlwE" ); executeAction( idGlwE, undefined, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Filter-Solarize">
		<name id="Filter/Solarize/name" value="Solarize"/>
		<context id="Filter/Solarize/context" value="Filter &gt; Stylize &gt; Solarize"/>
		<desc id="Filter/Solarize/desc" value="Apply a Solarized style to an image"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idSlrz = charIDToTypeID( "Slrz" ); executeAction( idSlrz, undefined, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Filter-Tiles">
		<name id="Filter/Tiles/name" value="Tiles"/>
		<context id="Filter/Tiles/context" value="Filter &gt; Stylize &gt; Tiles"/>
		<desc id="Filter/Tiles/desc" value="Apply a Tiled Style to an image"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idTls = charIDToTypeID( "Tls " ); executeAction( idTls, undefined, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Filter-TraceContour">
		<name id="Filter/TraceContour/name" value="Trace Contour"/>
		<context id="Filter/TraceContour/context" value="Filter &gt; Stylize &gt; Trace Contour"/>
		<desc id="Filter/TraceContour/desc" value="Apply a Traced Countour style to an image"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idTrcC = charIDToTypeID( "TrcC" ); executeAction( idTrcC, undefined, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Filter-Wind">
		<name id="Filter/Wind/name" value="Wind"/>
		<context id="Filter/Wind/context" value="Filter &gt; Stylize &gt; Wind"/>
		<desc id="Filter/Wind/desc" value="Apply a Wind blown style to an image"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idWnd = charIDToTypeID( "Wnd " ); executeAction( idWnd, undefined, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Filter-Craquelure">
		<name id="Filter/Craquelure/name" value="Craquelure"/>
		<context id="Filter/Craquelure/context" value="Filter &gt; Texture &gt; Craquelure"/>
		<desc id="Filter/Craquelure/desc" value="Apply a Craquelure effect to an image"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idCrql = charIDToTypeID( "Crql" ); executeAction( idCrql, undefined, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Filter-Grain">
		<name id="Filter/Grain/name" value="Grain"/>
		<context id="Filter/Grain/context" value="Filter &gt; Texture &gt; Grain"/>
		<desc id="Filter/Grain/desc" value="Apply a Grain Texture to an image"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idGrn = charIDToTypeID( "Grn " ); executeAction( idGrn, undefined, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Filter-MosaicTiles">
		<name id="Filter/MosaicTiles/name" value="Mosaic Tiles"/>
		<context id="Filter/MosaicTiles/context" value="Filter &gt; Texture &gt; Mosaic Tiles"/>
		<desc id="Filter/MosaicTiles/desc" value="Apply a texture of Mosaic Tiles to an image"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idMscT = charIDToTypeID( "MscT" ); executeAction( idMscT, undefined, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Filter-Patchwork">
		<name id="Filter/Patchwork/name" value="Patchwork"/>
		<context id="Filter/Patchwork/context" value="Filter &gt; Texture &gt; Patchwork"/>
		<desc id="Filter/Patchwork/desc" value="Apply a Patchwork texture to an image"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idPtch = charIDToTypeID( "Ptch" ); executeAction( idPtch, undefined, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Filter-StainedGlass">
		<name id="Filter/StainedGlass/name" value="Stained Glass"/>
		<context id="Filter/StainedGlass/context" value="Filter &gt; Texture &gt; Stained Glass"/>
		<desc id="Filter/StainedGlass/desc" value="Apply a Stained Glass texture to an image"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idStnG = charIDToTypeID( "StnG" ); executeAction( idStnG, undefined, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Filter-Texturizer">
		<name id="Filter/Texturizer/name" value="Texturizer"/>
		<context id="Filter/Texturizer/context" value="Filter &gt; Texture &gt; Texturizer"/>
		<desc id="Filter/Texturizer/desc" value="Apply a customizable Brick, Burlap, Canvas and Sandstone Texturizer to an image"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idTxtz = charIDToTypeID( "Txtz" ); executeAction( idTxtz, undefined, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Filter-De-Interlace">
		<name id="Filter/De-Interlace/name" value="De-Interlace"/>
		<context id="Filter/De-Interlace/context" value="Filter &gt; Video &gt; De-Interlace"/>
		<desc id="Filter/De-Interlace/desc" value=" "/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idDntr = charIDToTypeID( "Dntr" ); executeAction( idDntr, undefined, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Filter-NTSCColors">
		<name id="Filter/NTSCColors/name" value="NTSC Colors"/>
		<context id="Filter/NTSCColors/context" value="Filter &gt; Video &gt; NTSC Colors"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idNTSC = charIDToTypeID( "NTSC" ); executeAction( idNTSC, undefined, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Filter-Custom">
		<name id="Filter/Custom/name" value="Custom"/>
		<context id="Filter/Custom/context" value="Filter &gt; Other &gt; Custom"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idCstm = charIDToTypeID( "Cstm" ); executeAction( idCstm, undefined, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Filter-HighPass">
		<name id="Filter/HighPass/name" value="High Pass"/>
		<context id="Filter/HighPass/context" value="Filter &gt; Other &gt; High Pass"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idHghP = charIDToTypeID( "HghP" ); executeAction( idHghP, undefined, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Filter-Maximum">
		<name id="Filter/Maximum/name" value="Maximum"/>
		<context id="Filter/Maximum/context" value="Filter &gt; Other &gt; Maximum"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idMxm = charIDToTypeID( "Mxm " ); executeAction( idMxm, undefined, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Filter-Minimum">
		<name id="Filter/Minimum/name" value="Minimum"/>
		<context id="Filter/Minimum/context" value="Filter &gt; Other &gt; Minimum"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idMnm = charIDToTypeID( "Mnm " ); executeAction( idMnm, undefined, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Filter-Offset">
		<name id="Filter/Offset/name" value="Offset"/>
		<context id="Filter/Offset/context" value="Filter &gt; Other &gt; Offset"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idOfst = charIDToTypeID( "Ofst" ); executeAction( idOfst, undefined, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Filter-EmbedWatermark">
		<name id="Filter/EmbedWatermark/name" value="Embed Watermark"/>
		<context id="Filter/EmbedWatermark/context" value="Filter &gt; Digimarc &gt; Embed Watermark"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idEmbedWatermark = stringIDToTypeID( "Embed Watermark" ); executeAction( idEmbedWatermark, undefined, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Filter-ReadWatermark">
		<name id="Filter/ReadWatermark/name" value="Read Watermark"/>
		<context id="Filter/ReadWatermark/context" value="Filter &gt; Digimarc &gt; Read Watermark"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var iddiGthree = charIDToTypeID( "diG3" ); executeAction( iddiGthree, undefined, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHXS" id="Analysis-Default">
		<name id="Analysis/Default/name" value="Default"/>
		<context id="Analysis/Default/context" value="Analysis &gt; Set Measurement Scale &gt; Default"/>
		<desc id="Analysis/Default/desc" value="Set the scale of the image to the default setting where 1 pixel = 1 unit logical length. "/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc41 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref31 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idmeasurementScaleDefault = stringIDToTypeID( "measurementScaleDefault" ); ref31.putEnumerated( idMn, idMnIt, idmeasurementScaleDefault ); desc41.putReference( idnull, ref31 ); executeAction( idslct, desc41, DialogModes.NO );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHXS" id="Analysis-Custom">
		<name id="Analysis/Custom/name" value="Custom"/>
		<context id="Analysis/Custom/context" value="Analysis &gt; Set Measurement Scale &gt; Custom"/>
		<desc id="Analysis/Custom/desc" value="Set the scale of the image or calibrate image to a known length where X pixel equals the Y units of logical length"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc42 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref32 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idmeasurementScaleCustom = stringIDToTypeID( "measurementScaleCustom" ); ref32.putEnumerated( idMn, idMnIt, idmeasurementScaleCustom ); desc42.putReference( idnull, ref32 ); executeAction( idslct, desc42, DialogModes.NO );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHXS" id="Analysis-Custom">
		<name id="Analysis/Custom/name" value="Custom"/>
		<context id="Analysis/Custom/context" value="Analysis &gt; Select Data Points &gt; Custom"/>
		<desc id="Analysis/Custom/desc" value="Select the data points to record measurements"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc43 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref33 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idmeasurementDataPointsCustom = stringIDToTypeID( "measurementDataPointsCustom" ); ref33.putEnumerated( idMn, idMnIt, idmeasurementDataPointsCustom ); desc43.putReference( idnull, ref33 ); executeAction( idslct, desc43, DialogModes.NO );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHXS" id="Analysis-RecordMeasurements">
		<name id="Analysis/RecordMeasurements/name" value="Record Measurements"/>
		<context id="Analysis/RecordMeasurements/context" value="Analysis &gt; Record Measurements"/>
		<desc id="Analysis/RecordMeasurements/desc" value="Record the measurements of ruler, selection, count, histogram or labels based on set measurement scale"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc44 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref34 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idmeasurementRecordMeasurements = stringIDToTypeID( "measurementRecordMeasurements" ); ref34.putEnumerated( idMn, idMnIt, idmeasurementRecordMeasurements ); desc44.putReference( idnull, ref34 ); executeAction( idslct, desc44, DialogModes.NO );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHXS" id="Analysis-RulerTool">
		<name id="Analysis/RulerTool/name" value="Ruler Tool"/>
		<context id="Analysis/RulerTool/context" value="Analysis &gt; Ruler Tool"/>
		<desc id="Analysis/RulerTool/desc" value="Set distance to record measurement based on set measurement scale"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc45 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref35 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idrulerTool = stringIDToTypeID( "rulerTool" ); ref35.putEnumerated( idMn, idMnIt, idrulerTool ); desc45.putReference( idnull, ref35 ); executeAction( idslct, desc45, DialogModes.NO );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHXS" id="Analysis-CountTool">
		<name id="Analysis/CountTool/name" value="Count Tool"/>
		<context id="Analysis/CountTool/context" value="Analysis &gt; Count Tool"/>
		<desc id="Analysis/CountTool/desc" value="Perform count of objects to record to measurement"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc46 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref36 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idcountTool = stringIDToTypeID( "countTool" ); ref36.putEnumerated( idMn, idMnIt, idcountTool ); desc46.putReference( idnull, ref36 ); executeAction( idslct, desc46, DialogModes.NO );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHXS" id="Analysis-PlaceScaleMarker">
		<name id="Analysis/PlaceScaleMarker/name" value="Place Scale Marker"/>
		<context id="Analysis/PlaceScaleMarker/context" value="Analysis &gt; Place Scale Marker"/>
		<desc id="Analysis/PlaceScaleMarker/desc" value="Automatically place a scale marker of the set measurement scale"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc41 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref31 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idmeasurementScaleDefault = stringIDToTypeID( "measurementScaleDefault" ); ref31.putEnumerated( idMn, idMnIt, idmeasurementScaleDefault ); desc41.putReference( idnull, ref31 ); executeAction( idslct, desc41, DialogModes.NO );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHXS" id="3D-NewLayerfrom3DFile">
		<name id="3D/NewLayerfrom3DFile/name" value="New Layer from 3D File"/>
		<context id="3D/NewLayerfrom3DFile/context" value="3D &gt; New Layer from 3D File"/>
		<desc id="3D/NewLayerfrom3DFile/desc" value="Choose an external 3D file to turn into a Photoshop 3D layer"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idaddthreeDLayerFromFile = stringIDToTypeID( "add3DLayerFromFile" ); var desc5 = new ActionDescriptor(); executeAction( idaddthreeDLayerFromFile, desc5, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHXS" id="3D-New3DPostcardFromLayer">
		<name id="3D/New3DPostcardFromLayer/name" value="New 3D Postcard from File"/>
		<context id="3D/New3DPostcardFromLayer/context" value="3D &gt; New 3D Postcard from File"/>
		<desc id="3D/New3DPostcardFromLayer/desc" value="Convert the currently selected layer(s) into a planar 3D layer"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idcreatethreeDPostcard = stringIDToTypeID( "create3DPostcard" ); var desc8 = new ActionDescriptor(); var idkeythreeDXPos = stringIDToTypeID( "key3DXPos" ); desc8.putDouble( idkeythreeDXPos, 1.000000 ); var idkeythreeDYPos = stringIDToTypeID( "key3DYPos" ); desc8.putDouble( idkeythreeDYPos, 1.000000 ); var idkeythreeDZPos = stringIDToTypeID( "key3DZPos" ); desc8.putDouble( idkeythreeDZPos, 0.000000 ); var idkeythreeDTextureType = stringIDToTypeID( "key3DTextureType" ); desc8.putInteger( idkeythreeDTextureType, 1 ); executeAction( idcreatethreeDPostcard, desc8, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHXS" id="3D-Plane">
		<name id="3D/Plane/name" value="Plane"/>
		<context id="3D/Plane/context" value="3D &gt; New Mesh from Grayscale &gt; Plane"/>
		<desc id="3D/Plane/desc" value="Create a 3D mesh plane from a depth/gradient map where painting with white brings polygons forward (extrudes) and painting with black will push polygons back."/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idcreatethreeDFromDepthPlane = stringIDToTypeID( "create3DFromDepthPlane" ); var desc11 = new ActionDescriptor(); var idkeythreeDXPos = stringIDToTypeID( "key3DXPos" ); desc11.putDouble( idkeythreeDXPos, 1.000000 ); var idkeythreeDYPos = stringIDToTypeID( "key3DYPos" ); desc11.putDouble( idkeythreeDYPos, 1.000000 ); var idkeythreeDZPos = stringIDToTypeID( "key3DZPos" ); desc11.putDouble( idkeythreeDZPos, 1.000000 ); var idkeythreeDTextureType = stringIDToTypeID( "key3DTextureType" ); desc11.putInteger( idkeythreeDTextureType, 4 ); executeAction( idcreatethreeDFromDepthPlane, desc11, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHXS" id="3D-Two-SidedPlane">
		<name id="3D/Two-SidedPlane/name" value="Two-Sided Plane"/>
		<context id="3D/Two-SidedPlane/context" value="3D &gt; New Mesh from Grayscale &gt; Two-Sided Plane"/>
		<desc id="3D/Two-SidedPlane/desc" value="Create a 3D two-sided mesh plane from a depth/gradient map where painting with white brings polygons forward (extrudes) and painting with black will push polygons back."/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idcreatethreeDFromDepthTwoSidedPlane = stringIDToTypeID( "create3DFromDepthTwoSidedPlane" ); var desc12 = new ActionDescriptor(); var idkeythreeDXPos = stringIDToTypeID( "key3DXPos" ); desc12.putDouble( idkeythreeDXPos, 1.000000 ); var idkeythreeDYPos = stringIDToTypeID( "key3DYPos" ); desc12.putDouble( idkeythreeDYPos, 1.000000 ); var idkeythreeDZPos = stringIDToTypeID( "key3DZPos" ); desc12.putDouble( idkeythreeDZPos, 1.000000 ); var idkeythreeDTextureType = stringIDToTypeID( "key3DTextureType" ); desc12.putInteger( idkeythreeDTextureType, 5 ); executeAction( idcreatethreeDFromDepthTwoSidedPlane, desc12, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHXS" id="3D-Cylinder">
		<name id="3D/Cylinder/name" value="Cylinder"/>
		<context id="3D/Cylinder/context" value="3D &gt; New Mesh from Grayscale &gt; Cylinder"/>
		<desc id="3D/Cylinder/desc" value="Create a 3D cylinder mesh from a depth/gradient map where painting with white brings polygons forward (extrudes) and painting with black will push polygons back."/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idcreatethreeDPostcard = stringIDToTypeID( "create3DPostcard" );    var desc5 = new ActionDescriptor();    var idkeythreeDXPos = stringIDToTypeID( "key3DXPos" );    desc5.putDouble( idkeythreeDXPos, 1.000000 );    var idkeythreeDYPos = stringIDToTypeID( "key3DYPos" );    desc5.putDouble( idkeythreeDYPos, 1.000000 );    var idkeythreeDZPos = stringIDToTypeID( "key3DZPos" );    desc5.putDouble( idkeythreeDZPos, 0.000000 );    var idkeythreeDTextureType = stringIDToTypeID( "key3DTextureType" );    desc5.putInteger( idkeythreeDTextureType, 3 );    var idkeythreeDFileName = stringIDToTypeID( "key3DFileName" );    desc5.putString( idkeythreeDFileName, "Cylinder" );executeAction( idcreatethreeDPostcard, desc5, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHXS" id="3D-Sphere">
		<name id="3D/Sphere/name" value="Sphere"/>
		<context id="3D/Sphere/context" value="3D &gt; New Mesh from Grayscale &gt; Sphere"/>
		<desc id="3D/Sphere/desc" value="Create a 3D spherical mesh from a depth/gradient map where painting with white brings polygons forward (extrudes) and painting with black will push polygons back."/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idcreatethreeDFromDepthSphere = stringIDToTypeID( "create3DFromDepthSphere" ); var desc14 = new ActionDescriptor(); var idkeythreeDXPos = stringIDToTypeID( "key3DXPos" ); desc14.putDouble( idkeythreeDXPos, 1.000000 ); var idkeythreeDYPos = stringIDToTypeID( "key3DYPos" ); desc14.putDouble( idkeythreeDYPos, 1.000000 ); var idkeythreeDZPos = stringIDToTypeID( "key3DZPos" ); desc14.putDouble( idkeythreeDZPos, 1.000000 ); var idkeythreeDTextureType = stringIDToTypeID( "key3DTextureType" ); desc14.putInteger( idkeythreeDTextureType, 7 ); executeAction( idcreatethreeDFromDepthSphere, desc14, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHXS" id="3D-RenderSettings">
		<name id="3D/RenderSettings/name" value="Render Settings"/>
		<context id="3D/RenderSettings/context" value="3D &gt; Render Settings"/>
		<desc id="3D/RenderSettings/desc" value="Dialog to set the options for controlling the look of volumes, faces, edges vertices and to apply the stereo effect.  Here presets can also be created, selected and saved."/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idrenderSettingsthreeD = stringIDToTypeID( "renderSettings3D" ); var desc16 = new ActionDescriptor(); executeAction( idrenderSettingsthreeD, desc16, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHXS" id="3D-Auto-HideLayersForPerformance">
		<name id="3D/Auto-HideLayersForPerformance/name" value="Auto-Hide Layers for Performance"/>
		<context id="3D/Auto-HideLayersForPerformance/context" value="3D &gt; Auto-Hide Layers for Performance"/>
		<desc id="3D/Auto-HideLayersForPerformance/desc" value="Setting to maximize performance of direct-to-screen drawing enabled by hardware acceelration by hiding layers that are not targeted when interacting with 3D model"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idautoHidethreeD = stringIDToTypeID( "autoHide3D" ); var desc17 = new ActionDescriptor(); executeAction( idautoHidethreeD, desc17, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHXS" id="3D-HideNearestSurface">
		<name id="3D/HideNearestSurface/name" value="Hide Nearest Surface"/>
		<context id="3D/HideNearestSurface/context" value="3D &gt; Hide Nearest Surface"/>
		<desc id="3D/HideNearestSurface/desc" value="Hide all polygons that are within the selection including polygons that are intercepted by the selection"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idhideTopthreeDSelected = stringIDToTypeID( "hideTop3DSelected" ); var desc18 = new ActionDescriptor(); executeAction( idhideTopthreeDSelected, desc18, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHXS" id="3D-OnlyHideEnclosedPolygons">
		<name id="3D/OnlyHideEnclosedPolygons/name" value="Only Hide Enclosed Polygons"/>
		<context id="3D/OnlyHideEnclosedPolygons/context" value="3D &gt; Only Hide Enclosed Polygons"/>
		<desc id="3D/OnlyHideEnclosedPolygons/desc" value="Hide all polygons that are purely within the selection not including polygons that are intercepted by the selection"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idhidethreeDEnclosedOnly = stringIDToTypeID( "hide3DEnclosedOnly" ); var desc19 = new ActionDescriptor(); executeAction( idhidethreeDEnclosedOnly, desc19, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHXS" id="3D-InvertVisibleSurfaces">
		<name id="3D/InvertVisibleSurfaces/name" value="Invert Visible Surfaces"/>
		<context id="3D/InvertVisibleSurfaces/context" value="3D &gt; Invert Visible Surfaces"/>
		<desc id="3D/InvertVisibleSurfaces/desc" value="Hide all polygons that are currently visible and reveal all polygons that are currently invisible"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idinvertthreeDSelected = stringIDToTypeID( "invert3DSelected" ); var desc20 = new ActionDescriptor(); executeAction( idinvertthreeDSelected, desc20, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHXS" id="3D-RevealAllSurfaces">
		<name id="3D/RevealAllSurfaces/name" value="Reveal All Surfaces"/>
		<context id="3D/RevealAllSurfaces/context" value="3D &gt; Reveal All Surfaces"/>
		<desc id="3D/RevealAllSurfaces/desc" value="Reveal all polygonal surfaces"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idrevealAllthreeD = stringIDToTypeID( "revealAll3D" ); var desc21 = new ActionDescriptor(); executeAction( idrevealAllthreeD, desc21, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHXS" id="3D-Diffuse">
		<name id="3D/Diffuse/name" value="Diffuse"/>
		<context id="3D/Diffuse/context" value="3D &gt; 3D Paint Mode &gt; Diffuse"/>
		<desc id="3D/Diffuse/desc" value="Select to target the diffuse map for painting.  The diffuse color is the color that an object reflects."/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idsetthreeDPaintType = stringIDToTypeID( "set3DPaintType" ); var desc22 = new ActionDescriptor(); var idkeythreeDPaintType = stringIDToTypeID( "key3DPaintType" ); desc22.putInteger( idkeythreeDPaintType, 0 ); executeAction( idsetthreeDPaintType, desc22, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHXS" id="3D-Bump">
		<name id="3D/Bump/name" value="Bump"/>
		<context id="3D/Bump/context" value="3D &gt; 3D Paint Mode &gt; Bump"/>
		<desc id="3D/Bump/desc" value="Seelct to target the bump map for painting.  The bump map makes an object appear to have a bumpy or irregular surface.  Painting with white will appear raised and painting black will appear to be low."/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idsetthreeDPaintType = stringIDToTypeID( "set3DPaintType" ); var desc23 = new ActionDescriptor(); var idkeythreeDPaintType = stringIDToTypeID( "key3DPaintType" ); desc23.putInteger( idkeythreeDPaintType, 2 ); executeAction( idsetthreeDPaintType, desc23, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHXS" id="3D-Specular">
		<name id="3D/Specular/name" value="Specular"/>
		<context id="3D/Specular/context" value="3D &gt; 3D Paint Mode &gt; Specular"/>
		<desc id="3D/Specular/desc" value="Select to target the Specular map for painting.  The specular maps alter the color of the specular hightlights and is used primarly for special effects such as placing an image in a reflection."/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idsetthreeDPaintType = stringIDToTypeID( "set3DPaintType" ); var desc24 = new ActionDescriptor(); var idkeythreeDPaintType = stringIDToTypeID( "key3DPaintType" ); desc24.putInteger( idkeythreeDPaintType, 3 ); executeAction( idsetthreeDPaintType, desc24, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHXS" id="3D-Opacity">
		<name id="3D/Opacity/name" value="Opacity"/>
		<context id="3D/Opacity/context" value="3D &gt; 3D Paint Mode &gt; Opacity"/>
		<desc id="3D/Opacity/desc" value="Select to target the Opacity map for painting.  The opacity map affects the transparency of the object where painting from black to white will change appearance from fully opaque to transparent."/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idsetthreeDPaintType = stringIDToTypeID( "set3DPaintType" ); var desc25 = new ActionDescriptor(); var idkeythreeDPaintType = stringIDToTypeID( "key3DPaintType" ); desc25.putInteger( idkeythreeDPaintType, 4 ); executeAction( idsetthreeDPaintType, desc25, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHXS" id="3D-Shininess">
		<name id="3D/Shininess/name" value="Shininess"/>
		<context id="3D/Shininess/context" value="3D &gt; 3D Paint Mode &gt; Shininess"/>
		<desc id="3D/Shininess/desc" value="Select to target the shininess map for painting.  Shininess effects occur when painting from black to white adjusting from full glossiness to no glossiness."/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idsetthreeDPaintType = stringIDToTypeID( "set3DPaintType" ); var desc26 = new ActionDescriptor(); var idkeythreeDPaintType = stringIDToTypeID( "key3DPaintType" ); desc26.putInteger( idkeythreeDPaintType, 5 ); executeAction( idsetthreeDPaintType, desc26, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHXS" id="3D-Self-Illumination">
		<name id="3D/Self-Illumination/name" value="Self-Illumination"/>
		<context id="3D/Self-Illumination/context" value="3D &gt; 3D Paint Mode &gt; Self-Illumination"/>
		<desc id="3D/Self-Illumination/desc" value="Target the self-illumination map for painting.  Self illumination creates the illusion of incandescence by replacing any shadows on the surface with the diffuse color. At 100 percent, the shadows are completely replaced by the diffuse color, creating the illusion of self-illumination."/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idsetthreeDPaintType = stringIDToTypeID( "set3DPaintType" ); var desc27 = new ActionDescriptor(); var idkeythreeDPaintType = stringIDToTypeID( "key3DPaintType" ); desc27.putInteger( idkeythreeDPaintType, 6 ); executeAction( idsetthreeDPaintType, desc27, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHXS" id="3D-Reflection">
		<name id="3D/Reflection/name" value="Reflection"/>
		<context id="3D/Reflection/context" value="3D &gt; 3D Paint Mode &gt; Reflection"/>
		<desc id="3D/Reflection/desc" value="Target the Reflection map for painting.  Similar to refraction mapping where painting with white (100%) will give full reflection and black will have none.  Render with ray tracer to see final results."/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idsetthreeDPaintType = stringIDToTypeID( "set3DPaintType" ); var desc28 = new ActionDescriptor(); var idkeythreeDPaintType = stringIDToTypeID( "key3DPaintType" ); desc28.putInteger( idkeythreeDPaintType, 7 ); executeAction( idsetthreeDPaintType, desc28, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHXS" id="3D-SelectPaintableAreas">
		<name id="3D/SelectPaintableAreas/name" value="Select Paintable Areas"/>
		<context id="3D/SelectPaintableAreas/context" value="3D &gt; Select Paintable Areas"/>
		<desc id="3D/SelectPaintableAreas/desc" value="Select the areas that are ideal for painting based on the object and camera position relative to the screen (projection-based 3D painting)."/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idselectthreeDPaintable = stringIDToTypeID( "select3DPaintable" ); var desc29 = new ActionDescriptor(); executeAction( idselectthreeDPaintable, desc29, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHXS" id="3D-Wireframe">
		<name id="3D/Wireframe/name" value="Wireframe"/>
		<context id="3D/Wireframe/context" value="3D &gt; Create UV Overlays &gt; Wireframe"/>
		<desc id="3D/Wireframe/desc" value="Show the Wireframe UV (polygons that make up the mesh) on an opened 2D texture map as a pixel layer"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idrenderUVWireframe = stringIDToTypeID( "renderUVWireframe" ); var desc30 = new ActionDescriptor(); executeAction( idrenderUVWireframe, desc30, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHXS" id="3D-Shaded">
		<name id="3D/Shaded/name" value="Shaded"/>
		<context id="3D/Shaded/context" value="3D &gt; Create UV Overlays &gt; Shaded"/>
		<desc id="3D/Shaded/desc" value="Show the Shaded UV as a pixel layer on an opened 2D texture map.  This shows the meshes of the objects with their depths represented as a black to white gradient map."/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idrenderUVShaded = stringIDToTypeID( "renderUVShaded" ); var desc31 = new ActionDescriptor(); executeAction( idrenderUVShaded, desc31, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHXS" id="3D-NormalMap">
		<name id="3D/NormalMap/name" value="Normal Map"/>
		<context id="3D/NormalMap/context" value="3D &gt; Create UV Overlays &gt; Normal Map"/>
		<desc id="3D/NormalMap/desc" value="Show the UV Normals as a pixel layer on an opened 2D texture map.  A normal map is a 3-color map where red channel encodes lef-right axis, green channel encodes up-down axis and blue cahnnel encodes vertical depth."/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idrenderUVNormalMap = stringIDToTypeID( "renderUVNormalMap" ); var desc32 = new ActionDescriptor(); executeAction( idrenderUVNormalMap, desc32, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHXS" id="3D-NewTiledPainting">
		<name id="3D/NewTiledPainting/name" value="New Tiled Painting"/>
		<context id="3D/NewTiledPainting/context" value="3D &gt; New Tiled Painting"/>
		<desc id="3D/NewTiledPainting/desc" value="Convert an image into a tiled repeating pattern (3D plane) for texture creation"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idcreatethreeDTiledPainting = stringIDToTypeID( "create3DTiledPainting" ); var desc33 = new ActionDescriptor(); var idkeythreeDXPos = stringIDToTypeID( "key3DXPos" ); desc33.putDouble( idkeythreeDXPos, 3.000000 ); var idkeythreeDYPos = stringIDToTypeID( "key3DYPos" ); desc33.putDouble( idkeythreeDYPos, 3.000000 ); var idkeythreeDZPos = stringIDToTypeID( "key3DZPos" ); desc33.putDouble( idkeythreeDZPos, 0.000000 ); var idkeythreeDTextureType = stringIDToTypeID( "key3DTextureType" ); desc33.putInteger( idkeythreeDTextureType, 8 ); executeAction( idcreatethreeDTiledPainting, desc33, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHXS" id="3D-PaintFalloff">
		<name id="3D/PaintFalloff/name" value="Paint Falloff"/>
		<context id="3D/PaintFalloff/context" value="3D &gt; Paint Falloff"/>
		<desc id="3D/PaintFalloff/desc" value="Set the distance from which paint will not paint when an edge or curved surface is met"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idsetthreeDPaintFalloff = stringIDToTypeID( "set3DPaintFalloff" ); var desc34 = new ActionDescriptor(); executeAction( idsetthreeDPaintFalloff, desc34, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHXS" id="3D-Reparameterize">
		<name id="3D/Reparameterize/name" value="Reparameterize"/>
		<context id="3D/Reparameterize/context" value="3D &gt; Reparameterize"/>
		<desc id="3D/Reparameterize/desc" value="Models that give unexpected painting results, may need to have UV overlays on their textures reparameterized"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idreparameterizethreeDModel = stringIDToTypeID( "reparameterize3DModel" ); var desc35 = new ActionDescriptor(); executeAction( idreparameterizethreeDModel, desc35, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHXS" id="3D-Merge3DLayers">
		<name id="3D/Merge3DLayers/name" value="Merge 3D Layers"/>
		<context id="3D/Merge3DLayers/context" value="3D &gt; Merge 3D Layers"/>
		<desc id="3D/Merge3DLayers/desc" value="Select multiple 3D layers that have matched cameras to merge into a single scene of multiple meshes"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idMrgtwo = charIDToTypeID( "Mrg2" ); var desc36 = new ActionDescriptor(); executeAction( idMrgtwo, desc36, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHXS" id="3D-Export3DLayer">
		<name id="3D/Export3DLayer/name" value="Export 3D Layer"/>
		<context id="3D/Export3DLayer/context" value="3D &gt; Export 3D Layer"/>
		<desc id="3D/Export3DLayer/desc" value="Export targeted 3D layer to Collada (DAE), Google Earth (KMZ), U3D or OBJ"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idexportthreeDModel = stringIDToTypeID( "export3DModel" );    var desc22 = new ActionDescriptor();executeAction( idexportthreeDModel, desc22, DialogModes.NO );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHXS" id="3D-RenderforFinalOutput">
		<name id="3D/RenderforFinalOutput/name" value="Render for Final Output"/>
		<context id="3D/RenderforFinalOutput/context" value="3D &gt; Render for Final Output"/>
		<desc id="3D/RenderforFinalOutput/desc" value="Render your 3D object for final realistic output by using ray tracer with the best quality settings applied"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var iddoFinalthreeDRender = stringIDToTypeID( "doFinal3DRender" ); var desc38 = new ActionDescriptor(); executeAction( iddoFinalthreeDRender, desc38, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHXS" id="3D-Rasterize">
		<name id="3D/Rasterize/name" value="Rasterize"/>
		<context id="3D/Rasterize/context" value="3D &gt; Rasterize"/>
		<desc id="3D/Rasterize/desc" value="Rasterize the 3D layer into standard 2D pixel layer"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idrasterizeLayer = stringIDToTypeID( "rasterizeLayer" ); var desc39 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref3 = new ActionReference(); var idLyr = charIDToTypeID( "Lyr " ); var idOrdn = charIDToTypeID( "Ordn" ); var idTrgt = charIDToTypeID( "Trgt" ); ref3.putEnumerated( idLyr, idOrdn, idTrgt ); desc39.putReference( idnull, ref3 ); var idWhat = charIDToTypeID( "What" ); var idrasterizeItem = stringIDToTypeID( "rasterizeItem" ); var idlayerthreeD = stringIDToTypeID( "layer3D" ); desc39.putEnumerated( idWhat, idrasterizeItem, idlayerthreeD ); executeAction( idrasterizeLayer, desc39, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="View-Custom">
		<name id="View/Custom/name" value="Custom"/>
		<context id="View/Custom/context" value="View &gt; Proof Setup &gt; Custom"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idproofSetup = stringIDToTypeID( "proofSetup" ); var desc48 = new ActionDescriptor(); executeAction( idproofSetup, desc48, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="View-WorkingCMYK">
		<name id="View/WorkingCMYK/name" value="Working CMYK"/>
		<context id="View/WorkingCMYK/context" value="View &gt; Proof Setup &gt; Working CMYK"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idproofSetup = stringIDToTypeID( "proofSetup" ); var desc49 = new ActionDescriptor(); var idBltn = charIDToTypeID( "Bltn" ); var idbuiltinProof = stringIDToTypeID( "builtinProof" ); var idproofCMYK = stringIDToTypeID( "proofCMYK" ); desc49.putEnumerated( idBltn, idbuiltinProof, idproofCMYK ); executeAction( idproofSetup, desc49, DialogModes.NO );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="View-WorkingCyanPlate">
		<name id="View/WorkingCyanPlate/name" value="Working Cyan Plate"/>
		<context id="View/WorkingCyanPlate/context" value="View &gt; Proof Setup &gt; Working Cyan Plate"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idproofSetup = stringIDToTypeID( "proofSetup" ); var desc50 = new ActionDescriptor(); var idBltn = charIDToTypeID( "Bltn" ); var idbuiltinProof = stringIDToTypeID( "builtinProof" ); var idproofCyan = stringIDToTypeID( "proofCyan" ); desc50.putEnumerated( idBltn, idbuiltinProof, idproofCyan ); executeAction( idproofSetup, desc50, DialogModes.NO);} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="View-WorkingMagentaPlate">
		<name id="View/WorkingMagentaPlate/name" value="Working Magenta Plate"/>
		<context id="View/WorkingMagentaPlate/context" value="View &gt; Proof Setup &gt; Working Magenta Plate"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idproofSetup = stringIDToTypeID( "proofSetup" ); var desc51 = new ActionDescriptor(); var idBltn = charIDToTypeID( "Bltn" ); var idbuiltinProof = stringIDToTypeID( "builtinProof" ); var idproofMagenta = stringIDToTypeID( "proofMagenta" ); desc51.putEnumerated( idBltn, idbuiltinProof, idproofMagenta ); executeAction( idproofSetup, desc51, DialogModes.NO );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="View-WorkingYellowPlate">
		<name id="View/WorkingYellowPlate/name" value="Working Yellow Plate"/>
		<context id="View/WorkingYellowPlate/context" value="View &gt; Proof Setup &gt; Working Yellow Plate"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idproofSetup = stringIDToTypeID( "proofSetup" ); var desc52 = new ActionDescriptor(); var idBltn = charIDToTypeID( "Bltn" ); var idbuiltinProof = stringIDToTypeID( "builtinProof" ); var idproofYellow = stringIDToTypeID( "proofYellow" ); desc52.putEnumerated( idBltn, idbuiltinProof, idproofYellow ); executeAction( idproofSetup, desc52, DialogModes.NO );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="View-WorkingBlackPlate">
		<name id="View/WorkingBlackPlate/name" value="Working Black Plate"/>
		<context id="View/WorkingBlackPlate/context" value="View &gt; Proof Setup &gt; Working Black Plate"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idproofSetup = stringIDToTypeID( "proofSetup" ); var desc53 = new ActionDescriptor(); var idBltn = charIDToTypeID( "Bltn" ); var idbuiltinProof = stringIDToTypeID( "builtinProof" ); var idproofBlack = stringIDToTypeID( "proofBlack" ); desc53.putEnumerated( idBltn, idbuiltinProof, idproofBlack ); executeAction( idproofSetup, desc53, DialogModes.NO );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="View-WorkingCMYPlates">
		<name id="View/WorkingCMYPlates/name" value="Working CMY Plates"/>
		<context id="View/WorkingCMYPlates/context" value="View &gt; Proof Setup &gt; Working CMY Plates"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idproofSetup = stringIDToTypeID( "proofSetup" ); var desc54 = new ActionDescriptor(); var idBltn = charIDToTypeID( "Bltn" ); var idbuiltinProof = stringIDToTypeID( "builtinProof" ); var idproofCMY = stringIDToTypeID( "proofCMY" ); desc54.putEnumerated( idBltn, idbuiltinProof, idproofCMY ); executeAction( idproofSetup, desc54, DialogModes.NO );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="View-MacintoshRGB">
		<name id="View/MacintoshRGB/name" value="Macintosh RGB"/>
		<context id="View/MacintoshRGB/context" value="View &gt; Proof Setup &gt; Macintosh RGB"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idproofSetup = stringIDToTypeID( "proofSetup" ); var desc55 = new ActionDescriptor(); var idBltn = charIDToTypeID( "Bltn" ); var idbuiltinProof = stringIDToTypeID( "builtinProof" ); var idproofMacintosh = stringIDToTypeID( "proofMacintosh" ); desc55.putEnumerated( idBltn, idbuiltinProof, idproofMacintosh ); executeAction( idproofSetup, desc55, DialogModes.NO );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="View-WindowsRGB">
		<name id="View/WindowsRGB/name" value="Windows RGB"/>
		<context id="View/WindowsRGB/context" value="View &gt; Proof Setup &gt; Windows RGB"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idproofSetup = stringIDToTypeID( "proofSetup" ); var desc56 = new ActionDescriptor(); var idBltn = charIDToTypeID( "Bltn" ); var idbuiltinProof = stringIDToTypeID( "builtinProof" ); var idproofWindows = stringIDToTypeID( "proofWindows" ); desc56.putEnumerated( idBltn, idbuiltinProof, idproofWindows ); executeAction( idproofSetup, desc56, DialogModes.NO );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="View-MonitorRGB">
		<name id="View/MonitorRGB/name" value="Monitor RGB"/>
		<context id="View/MonitorRGB/context" value="View &gt; Proof Setup &gt; Monitor RGB"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idproofSetup = stringIDToTypeID( "proofSetup" ); var desc57 = new ActionDescriptor(); var idBltn = charIDToTypeID( "Bltn" ); var idbuiltinProof = stringIDToTypeID( "builtinProof" ); var idproofMonitor = stringIDToTypeID( "proofMonitor" ); desc57.putEnumerated( idBltn, idbuiltinProof, idproofMonitor ); executeAction( idproofSetup, desc57, DialogModes.NO );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="View-ColorBlindP">
		<name id="View/ColorBlindP/name" value="Color Blindness - Protanopia-type"/>
		<context id="View/ColorBlindP/context" value="View &gt; Color Blindness - Protanopia-type"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idproofSetup = stringIDToTypeID( "proofSetup" );    var desc29 = new ActionDescriptor();    var idBltn = charIDToTypeID( "Bltn" );    var idbuiltinProof = stringIDToTypeID( "builtinProof" );    var idproofProtanopia = stringIDToTypeID( "proofProtanopia" );    desc29.putEnumerated( idBltn, idbuiltinProof, idproofProtanopia );executeAction( idproofSetup, desc29, DialogModes.NO );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="View-ColorBlindD">
		<name id="View/ColorBlindD/name" value="Color Blindness - Deuteranopia-type"/>
		<context id="View/ColorBlindD/context" value="View &gt; Color Blindness - Deuteranopia-type"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idproofSetup = stringIDToTypeID( "proofSetup" );    var desc30 = new ActionDescriptor();    var idBltn = charIDToTypeID( "Bltn" );    var idbuiltinProof = stringIDToTypeID( "builtinProof" );    var idproofDeuteranopia = stringIDToTypeID( "proofDeuteranopia" );    desc30.putEnumerated( idBltn, idbuiltinProof, idproofDeuteranopia );executeAction( idproofSetup, desc30, DialogModes.NO );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="View-ProofColors">
		<name id="View/ProofColors/name" value="Proof Colors"/>
		<context id="View/ProofColors/context" value="View &gt; Proof Colors"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc58 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref38 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idtoggleProofColors = stringIDToTypeID( "toggleProofColors" ); ref38.putEnumerated( idMn, idMnIt, idtoggleProofColors ); desc58.putReference( idnull, ref38 ); executeAction( idslct, desc58, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="View-GamutWarning">
		<name id="View/GamutWarning/name" value="Gamut Warning"/>
		<context id="View/GamutWarning/context" value="View &gt; Gamut Warning"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc59 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref39 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idTglG = charIDToTypeID( "TglG" ); ref39.putEnumerated( idMn, idMnIt, idTglG ); desc59.putReference( idnull, ref39 ); executeAction( idslct, desc59, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="View-PixelAspectRatioCorrection">
		<name id="View/PixelAspectRatioCorrection/name" value="Pixel Aspect Ratio Correction"/>
		<context id="View/PixelAspectRatioCorrection/context" value="View &gt; Pixel Aspect Ratio Correction"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc60 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref40 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idtoggleProofVideo = stringIDToTypeID( "toggleProofVideo" ); ref40.putEnumerated( idMn, idMnIt, idtoggleProofVideo ); desc60.putReference( idnull, ref40 ); executeAction( idslct, desc60, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="View-CustomPixelAspectRatio">
		<name id="View/CustomPixelAspectRatio/name" value="Custom Pixel Aspect Ratio"/>
		<context id="View/CustomPixelAspectRatio/context" value="View &gt; Pixel Aspect Ratio &gt; Custom Pixel Aspect Ratio"/>
		<desc id="View/CustomPixelAspectRatio/desc" value="Define a specific aspect ratio to your image"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc128 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref70 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idcustomScaleFactor = stringIDToTypeID( "customScaleFactor" ); ref70.putEnumerated( idMn, idMnIt, idcustomScaleFactor ); desc128.putReference( idnull, ref70 ); executeAction( idslct, desc128, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="View-DeletePixelAspectRatio">
		<name id="View/DeletePixelAspectRatio/name" value="Delete Pixel Aspect Ratio"/>
		<context id="View/DeletePixelAspectRatio/context" value="View &gt; Pixel Aspect Ratio &gt; Delete Pixel Aspect Ratio"/>
		<desc id="View/DeletePixelAspectRatio/desc" value="Undo or delete a customized aspect ratio from an image"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc129 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref71 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var iddeleteScaleFactor = stringIDToTypeID( "deleteScaleFactor" ); ref71.putEnumerated( idMn, idMnIt, iddeleteScaleFactor ); desc129.putReference( idnull, ref71 ); executeAction( idslct, desc129, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="View-ResetPixelAspectRatios">
		<name id="View/ResetPixelAspectRatios/name" value="Reset Pixel Aspect Ratios"/>
		<context id="View/ResetPixelAspectRatios/context" value="View &gt; Pixel Aspect Ratio &gt; Reset Pixel Aspect Ratios"/>
		<desc id="View/ResetPixelAspectRatios/desc" value="Reset the image aspect ratio to its default"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc130 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref72 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idresetScaleFactor = stringIDToTypeID( "resetScaleFactor" ); ref72.putEnumerated( idMn, idMnIt, idresetScaleFactor ); desc130.putReference( idnull, ref72 ); executeAction( idslct, desc130, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="View-Square">
		<name id="View/Square/name" value="Square"/>
		<context id="View/Square/context" value="View &gt; Pixel Aspect Ratio &gt; Square"/>
		<desc id="View/Square/desc" value="Apply a square aspect ratio to an image"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idsetd = charIDToTypeID( "setd" ); var desc131 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref73 = new ActionReference(); var idPrpr = charIDToTypeID( "Prpr" ); var idpixelScaleFactor = stringIDToTypeID( "pixelScaleFactor" ); ref73.putProperty( idPrpr, idpixelScaleFactor ); var idDcmn = charIDToTypeID( "Dcmn" ); var idOrdn = charIDToTypeID( "Ordn" ); var idTrgt = charIDToTypeID( "Trgt" ); ref73.putEnumerated( idDcmn, idOrdn, idTrgt ); desc131.putReference( idnull, ref73 ); var idT = charIDToTypeID( "T   " ); var desc132 = new ActionDescriptor(); var idVl = charIDToTypeID( "Vl  " ); desc132.putDouble( idVl, 1.000000 ); var idNm = charIDToTypeID( "Nm  " ); desc132.putString( idNm, "Square Pixels" ); var idpixelScaleFactor = stringIDToTypeID( "pixelScaleFactor" ); desc131.putObject( idT, idpixelScaleFactor, desc132 ); executeAction( idsetd, desc131, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="View-D1/DVNTSC(0.9)">
		<name id="View/D1/DVNTSC(0.9)/name" value="D1/DV NTSC (0.9)"/>
		<context id="View/D1/DVNTSC(0.9)/context" value="View &gt; Pixel Aspect Ratio &gt; D1/DV NTSC (0.9)"/>
		<desc id="View/D1/DVNTSC(0.9)/desc" value="Apply an NTSC formatted aspect ratio to your image"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idsetd = charIDToTypeID( "setd" ); var desc133 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref74 = new ActionReference(); var idPrpr = charIDToTypeID( "Prpr" ); var idpixelScaleFactor = stringIDToTypeID( "pixelScaleFactor" ); ref74.putProperty( idPrpr, idpixelScaleFactor ); var idDcmn = charIDToTypeID( "Dcmn" ); var idOrdn = charIDToTypeID( "Ordn" ); var idTrgt = charIDToTypeID( "Trgt" ); ref74.putEnumerated( idDcmn, idOrdn, idTrgt ); desc133.putReference( idnull, ref74 ); var idT = charIDToTypeID( "T   " ); var desc134 = new ActionDescriptor(); var idVl = charIDToTypeID( "Vl  " ); desc134.putDouble( idVl, 0.909100 ); var idNm = charIDToTypeID( "Nm  " ); desc134.putString( idNm, "D1/DV NTSC" ); var idpixelScaleFactor = stringIDToTypeID( "pixelScaleFactor" ); desc133.putObject( idT, idpixelScaleFactor, desc134 ); executeAction( idsetd, desc133, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="View-D1/DVPAL(1.07)">
		<name id="View/D1/DVPAL(1.07)/name" value="D1/DV PAL (1.07)"/>
		<context id="View/D1/DVPAL(1.07)/context" value="View &gt; Pixel Aspect Ratio &gt; D1/DV PAL (1.07)"/>
		<desc id="View/D1/DVPAL(1.07)/desc" value="Apply a PAL formatted aspect ratio to your image"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idsetd = charIDToTypeID( "setd" ); var desc135 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref75 = new ActionReference(); var idPrpr = charIDToTypeID( "Prpr" ); var idpixelScaleFactor = stringIDToTypeID( "pixelScaleFactor" ); ref75.putProperty( idPrpr, idpixelScaleFactor ); var idDcmn = charIDToTypeID( "Dcmn" ); var idOrdn = charIDToTypeID( "Ordn" ); var idTrgt = charIDToTypeID( "Trgt" ); ref75.putEnumerated( idDcmn, idOrdn, idTrgt ); desc135.putReference( idnull, ref75 ); var idT = charIDToTypeID( "T   " ); var desc136 = new ActionDescriptor(); var idVl = charIDToTypeID( "Vl  " ); desc136.putDouble( idVl, 1.094000 ); var idNm = charIDToTypeID( "Nm  " ); desc136.putString( idNm, "D1/DV PAL" ); var idpixelScaleFactor = stringIDToTypeID( "pixelScaleFactor" ); desc135.putObject( idT, idpixelScaleFactor, desc136 ); executeAction( idsetd, desc135, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="View-D1/DVNTSCWidescreen(1.2)">
		<name id="View/D1/DVNTSCWidescreen(1.2)/name" value="D1/DV NTSC Widescreen (1.2)"/>
		<context id="View/D1/DVNTSCWidescreen(1.2)/context" value="View &gt; Pixel Aspect Ratio &gt; D1/DV NTSC Widescreen (1.2)"/>
		<desc id="View/D1/DVNTSCWidescreen(1.2)/desc" value="Apply an NTSC Widescreen formatted aspect ratio to your image"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idsetd = charIDToTypeID( "setd" ); var desc137 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref76 = new ActionReference(); var idPrpr = charIDToTypeID( "Prpr" ); var idpixelScaleFactor = stringIDToTypeID( "pixelScaleFactor" ); ref76.putProperty( idPrpr, idpixelScaleFactor ); var idDcmn = charIDToTypeID( "Dcmn" ); var idOrdn = charIDToTypeID( "Ordn" ); var idTrgt = charIDToTypeID( "Trgt" ); ref76.putEnumerated( idDcmn, idOrdn, idTrgt ); desc137.putReference( idnull, ref76 ); var idT = charIDToTypeID( "T   " ); var desc138 = new ActionDescriptor(); var idVl = charIDToTypeID( "Vl  " ); desc138.putDouble( idVl, 1.212100 ); var idNm = charIDToTypeID( "Nm  " ); desc138.putString( idNm, "D1/DV NTSC Widescreen" ); var idpixelScaleFactor = stringIDToTypeID( "pixelScaleFactor" ); desc137.putObject( idT, idpixelScaleFactor, desc138 ); executeAction( idsetd, desc137, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="View-HDV1080/DVCPROHD720(1.33)">
		<name id="View/HDV1080/DVCPROHD720(1.33)/name" value="HDV 1080/DVCPRO HD 720 (1.33)"/>
		<context id="View/HDV1080/DVCPROHD720(1.33)/context" value="View &gt; Pixel Aspect Ratio &gt; HDV 1080/DVCPRO HD 720 (1.33)"/>
		<desc id="View/HDV1080/DVCPROHD720(1.33)/desc" value="Apply an DVCPRO HD formatted aspect ratio to your image"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idsetd = charIDToTypeID( "setd" ); var desc139 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref77 = new ActionReference(); var idPrpr = charIDToTypeID( "Prpr" ); var idpixelScaleFactor = stringIDToTypeID( "pixelScaleFactor" ); ref77.putProperty( idPrpr, idpixelScaleFactor ); var idDcmn = charIDToTypeID( "Dcmn" ); var idOrdn = charIDToTypeID( "Ordn" ); var idTrgt = charIDToTypeID( "Trgt" ); ref77.putEnumerated( idDcmn, idOrdn, idTrgt ); desc139.putReference( idnull, ref77 ); var idT = charIDToTypeID( "T   " ); var desc140 = new ActionDescriptor(); var idVl = charIDToTypeID( "Vl  " ); desc140.putDouble( idVl, 1.333000 ); var idNm = charIDToTypeID( "Nm  " ); desc140.putString( idNm, "HDV 1080/DVCPRO HD 720" ); var idpixelScaleFactor = stringIDToTypeID( "pixelScaleFactor" ); desc139.putObject( idT, idpixelScaleFactor, desc140 ); executeAction( idsetd, desc139, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="View-D1/DVPALWidescreen(1.42)">
		<name id="View/D1/DVPALWidescreen(1.42)/name" value="D1/DV PAL Widescreen (1.42)"/>
		<context id="View/D1/DVPALWidescreen(1.42)/context" value="View &gt; Pixel Aspect Ratio &gt; D1/DV PAL Widescreen (1.42)"/>
		<desc id="View/D1/DVPALWidescreen(1.42)/desc" value="Apply a PAL Widescreen formatted aspect ratio to your image"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idsetd = charIDToTypeID( "setd" ); var desc141 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref78 = new ActionReference(); var idPrpr = charIDToTypeID( "Prpr" ); var idpixelScaleFactor = stringIDToTypeID( "pixelScaleFactor" ); ref78.putProperty( idPrpr, idpixelScaleFactor ); var idDcmn = charIDToTypeID( "Dcmn" ); var idOrdn = charIDToTypeID( "Ordn" ); var idTrgt = charIDToTypeID( "Trgt" ); ref78.putEnumerated( idDcmn, idOrdn, idTrgt ); desc141.putReference( idnull, ref78 ); var idT = charIDToTypeID( "T   " ); var desc142 = new ActionDescriptor(); var idVl = charIDToTypeID( "Vl  " ); desc142.putDouble( idVl, 1.458700 ); var idNm = charIDToTypeID( "Nm  " ); desc142.putString( idNm, "D1/DV PAL Widescreen" ); var idpixelScaleFactor = stringIDToTypeID( "pixelScaleFactor" ); desc141.putObject( idT, idpixelScaleFactor, desc142 ); executeAction( idsetd, desc141, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="View-Anamorphic2:1(2)">
		<name id="View/Anamorphic2:1(2)/name" value="Anamorphic 2:1 (2)"/>
		<context id="View/Anamorphic2:1(2)/context" value="View &gt; Pixel Aspect Ratio &gt; Anamorphic 2:1 (2)"/>
		<desc id="View/Anamorphic2:1(2)/desc" value="Apply an Anamorphic formatted aspect ratio to your image"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idsetd = charIDToTypeID( "setd" ); var desc143 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref79 = new ActionReference(); var idPrpr = charIDToTypeID( "Prpr" ); var idpixelScaleFactor = stringIDToTypeID( "pixelScaleFactor" ); ref79.putProperty( idPrpr, idpixelScaleFactor ); var idDcmn = charIDToTypeID( "Dcmn" ); var idOrdn = charIDToTypeID( "Ordn" ); var idTrgt = charIDToTypeID( "Trgt" ); ref79.putEnumerated( idDcmn, idOrdn, idTrgt ); desc143.putReference( idnull, ref79 ); var idT = charIDToTypeID( "T   " ); var desc144 = new ActionDescriptor(); var idVl = charIDToTypeID( "Vl  " ); desc144.putDouble( idVl, 2.000000 ); var idNm = charIDToTypeID( "Nm  " ); desc144.putString( idNm, "Anamorphic 2:1" ); var idpixelScaleFactor = stringIDToTypeID( "pixelScaleFactor" ); desc143.putObject( idT, idpixelScaleFactor, desc144 ); executeAction( idsetd, desc143, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="View-DVCPROHD1080(1.5)">
		<name id="View/DVCPROHD1080(1.5)/name" value="DVCPRO HD 1080 (1.5)"/>
		<context id="View/DVCPROHD1080(1.5)/context" value="View &gt; Pixel Aspect Ratio &gt; DVCPRO HD 1080 (1.5)"/>
		<desc id="View/DVCPROHD1080(1.5)/desc" value="Apply a DVCPRO HD 1080 formatted aspect ratio to your image"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idsetd = charIDToTypeID( "setd" ); var desc145 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref80 = new ActionReference(); var idPrpr = charIDToTypeID( "Prpr" ); var idpixelScaleFactor = stringIDToTypeID( "pixelScaleFactor" ); ref80.putProperty( idPrpr, idpixelScaleFactor ); var idDcmn = charIDToTypeID( "Dcmn" ); var idOrdn = charIDToTypeID( "Ordn" ); var idTrgt = charIDToTypeID( "Trgt" ); ref80.putEnumerated( idDcmn, idOrdn, idTrgt ); desc145.putReference( idnull, ref80 ); var idT = charIDToTypeID( "T   " ); var desc146 = new ActionDescriptor(); var idVl = charIDToTypeID( "Vl  " ); desc146.putDouble( idVl, 1.500000 ); var idNm = charIDToTypeID( "Nm  " ); desc146.putString( idNm, "DVCPRO HD 1080" ); var idpixelScaleFactor = stringIDToTypeID( "pixelScaleFactor" ); desc145.putObject( idT, idpixelScaleFactor, desc146 ); executeAction( idsetd, desc145, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="View-32-bitPreviewOptions">
		<name id="View/32-bitPreviewOptions/name" value="32-bit Preview Options"/>
		<context id="View/32-bitPreviewOptions/context" value="View &gt; 32-bit Preview Options"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc61 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref41 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idhdrOptions = stringIDToTypeID( "hdrOptions" ); ref41.putEnumerated( idMn, idMnIt, idhdrOptions ); desc61.putReference( idnull, ref41 ); executeAction( idslct, desc61, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="View-ZoomIn">
		<name id="View/ZoomIn/name" value="Zoom In"/>
		<context id="View/ZoomIn/context" value="View &gt; Zoom In"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc62 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref42 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idZmIn = charIDToTypeID( "ZmIn" ); ref42.putEnumerated( idMn, idMnIt, idZmIn ); desc62.putReference( idnull, ref42 ); executeAction( idslct, desc62, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="View-ZoomOut">
		<name id="View/ZoomOut/name" value="Zoom Out"/>
		<context id="View/ZoomOut/context" value="View &gt; Zoom Out"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc63 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref43 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idZmOt = charIDToTypeID( "ZmOt" ); ref43.putEnumerated( idMn, idMnIt, idZmOt ); desc63.putReference( idnull, ref43 ); executeAction( idslct, desc63, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="View-FitonScreen">
		<name id="View/FitonScreen/name" value="Fit on Screen"/>
		<context id="View/FitonScreen/context" value="View &gt; Fit on Screen"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc64 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref44 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idFtOn = charIDToTypeID( "FtOn" ); ref44.putEnumerated( idMn, idMnIt, idFtOn ); desc64.putReference( idnull, ref44 ); executeAction( idslct, desc64, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="View-ActualPixels">
		<name id="View/ActualPixels/name" value="Actual Pixels"/>
		<context id="View/ActualPixels/context" value="View &gt; Actual Pixels"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc65 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref45 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idActP = charIDToTypeID( "ActP" ); ref45.putEnumerated( idMn, idMnIt, idActP ); desc65.putReference( idnull, ref45 ); executeAction( idslct, desc65, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="View-PrintSize">
		<name id="View/PrintSize/name" value="Print Size"/>
		<context id="View/PrintSize/context" value="View &gt; Print Size"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc66 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref46 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idPrnS = charIDToTypeID( "PrnS" ); ref46.putEnumerated( idMn, idMnIt, idPrnS ); desc66.putReference( idnull, ref46 ); executeAction( idslct, desc66, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="View-StandardScreenMode">
		<name id="View/StandardScreenMode/name" value="Standard Screen Mode"/>
		<context id="View/StandardScreenMode/context" value="View &gt; Screen Mode &gt; Standard Screen Mode"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc67 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref47 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idscreenModeStandard = stringIDToTypeID( "screenModeStandard" ); ref47.putEnumerated( idMn, idMnIt, idscreenModeStandard ); desc67.putReference( idnull, ref47 ); executeAction( idslct, desc67, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="View-FullScreenModeWithMenuBar">
		<name id="View/FullScreenModeWithMenuBar/name" value="Full Screen Mode With Menu Bar"/>
		<context id="View/FullScreenModeWithMenuBar/context" value="View &gt; Screen Mode &gt; Full Screen Mode With Menu Bar"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc69 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref49 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idscreenModeFullScreenWithMenubar = stringIDToTypeID( "screenModeFullScreenWithMenubar" ); ref49.putEnumerated( idMn, idMnIt, idscreenModeFullScreenWithMenubar ); desc69.putReference( idnull, ref49 ); executeAction( idslct, desc69, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="View-FullScreenMode">
		<name id="View/FullScreenMode/name" value="Full Screen Mode"/>
		<context id="View/FullScreenMode/context" value="View &gt; Screen Mode &gt; Full Screen Mode"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc70 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref50 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idscreenModeFullScreen = stringIDToTypeID( "screenModeFullScreen" ); ref50.putEnumerated( idMn, idMnIt, idscreenModeFullScreen ); desc70.putReference( idnull, ref50 ); executeAction( idslct, desc70, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="View-Extras">
		<name id="View/Extras/name" value="Extras"/>
		<context id="View/Extras/context" value="View &gt; Extras"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc71 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref51 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idtoggleShowExtras = stringIDToTypeID( "toggleShowExtras" ); ref51.putEnumerated( idMn, idMnIt, idtoggleShowExtras ); desc71.putReference( idnull, ref51 ); executeAction( idslct, desc71, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="View-LayerEdges">
		<name id="View/LayerEdges/name" value="Layer Edges"/>
		<context id="View/LayerEdges/context" value="View &gt; Show &gt; Layer Edges"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc72 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref52 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idtoggleLayerEdges = stringIDToTypeID( "toggleLayerEdges" ); ref52.putEnumerated( idMn, idMnIt, idtoggleLayerEdges ); desc72.putReference( idnull, ref52 ); executeAction( idslct, desc72, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="View-SelectionEdges">
		<name id="View/SelectionEdges/name" value="Selection Edges"/>
		<context id="View/SelectionEdges/context" value="View &gt; Show &gt; Selection Edges"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc73 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref53 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idTglE = charIDToTypeID( "TglE" ); ref53.putEnumerated( idMn, idMnIt, idTglE ); desc73.putReference( idnull, ref53 ); executeAction( idslct, desc73, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="View-TargetPath">
		<name id="View/TargetPath/name" value="Target Path"/>
		<context id="View/TargetPath/context" value="View &gt; Show &gt; Target Path"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc74 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref54 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idTglP = charIDToTypeID( "TglP" ); ref54.putEnumerated( idMn, idMnIt, idTglP ); desc74.putReference( idnull, ref54 ); executeAction( idslct, desc74, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="View-Grid">
		<name id="View/Grid/name" value="Grid"/>
		<context id="View/Grid/context" value="View &gt; Show &gt; Grid"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc75 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref55 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idTgGr = charIDToTypeID( "TgGr" ); ref55.putEnumerated( idMn, idMnIt, idTgGr ); desc75.putReference( idnull, ref55 ); executeAction( idslct, desc75, DialogModes.NO );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="View-Guides">
		<name id="View/Guides/name" value="Guides"/>
		<context id="View/Guides/context" value="View &gt; Show &gt; Guides"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc76 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref56 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idTgld = charIDToTypeID( "Tgld" ); ref56.putEnumerated( idMn, idMnIt, idTgld ); desc76.putReference( idnull, ref56 ); executeAction( idslct, desc76, DialogModes.NO );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="View-Count">
		<name id="View/Count/name" value="Count"/>
		<context id="View/Count/context" value="View &gt; Show &gt; Count"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc77 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref57 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idtoggleCount = stringIDToTypeID( "toggleCount" ); ref57.putEnumerated( idMn, idMnIt, idtoggleCount ); desc77.putReference( idnull, ref57 ); executeAction( idslct, desc77, DialogModes.NO );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="View-SmartGuides">
		<name id="View/SmartGuides/name" value="Smart Guides"/>
		<context id="View/SmartGuides/context" value="View &gt; Show &gt; Smart Guides"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc78 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref58 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idtoggleSmartGuides = stringIDToTypeID( "toggleSmartGuides" ); ref58.putEnumerated( idMn, idMnIt, idtoggleSmartGuides ); desc78.putReference( idnull, ref58 ); executeAction( idslct, desc78, DialogModes.NO);} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="View-Slices">
		<name id="View/Slices/name" value="Slices"/>
		<context id="View/Slices/context" value="View &gt; Show &gt; Slices"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc79 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref59 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idtoggleSlices = stringIDToTypeID( "toggleSlices" ); ref59.putEnumerated( idMn, idMnIt, idtoggleSlices ); desc79.putReference( idnull, ref59 ); executeAction( idslct, desc79, DialogModes.NO );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="View-Annotations">
		<name id="View/Annotations/name" value="Annotations"/>
		<context id="View/Annotations/context" value="View &gt; Show &gt; Annotations"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc80 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref60 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idTgAn = charIDToTypeID( "TgAn" ); ref60.putEnumerated( idMn, idMnIt, idTgAn ); desc80.putReference( idnull, ref60 ); executeAction( idslct, desc80, DialogModes.NO );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="View-All">
		<name id="View/All/name" value="All"/>
		<context id="View/All/context" value="View &gt; Show &gt; All"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc81 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref61 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idshowAll = stringIDToTypeID( "showAll" ); ref61.putEnumerated( idMn, idMnIt, idshowAll ); desc81.putReference( idnull, ref61 ); executeAction( idslct, desc81, DialogModes.NO );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="View-None">
		<name id="View/None/name" value="None"/>
		<context id="View/None/context" value="View &gt; Show &gt; None"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc82 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref62 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idshowNone = stringIDToTypeID( "showNone" ); ref62.putEnumerated( idMn, idMnIt, idshowNone ); desc82.putReference( idnull, ref62 ); executeAction( idslct, desc82, DialogModes.NO);} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="View-ShowExtrasOptions">
		<name id="View/ShowExtrasOptions/name" value="Show Extras Options"/>
		<context id="View/ShowExtrasOptions/context" value="View &gt; Show &gt; Show Extras Options"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc83 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref63 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idshowHideOptions = stringIDToTypeID( "showHideOptions" ); ref63.putEnumerated( idMn, idMnIt, idshowHideOptions ); desc83.putReference( idnull, ref63 ); executeAction( idslct, desc83, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="View-Rulers">
		<name id="View/Rulers/name" value="Rulers"/>
		<context id="View/Rulers/context" value="View &gt; Rulers"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc84 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref64 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idTglR = charIDToTypeID( "TglR" ); ref64.putEnumerated( idMn, idMnIt, idTglR ); desc84.putReference( idnull, ref64 ); executeAction( idslct, desc84, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="View-Snap">
		<name id="View/Snap/name" value="Snap"/>
		<context id="View/Snap/context" value="View &gt; Snap"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc85 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref65 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idsnap = stringIDToTypeID( "snap" ); ref65.putEnumerated( idMn, idMnIt, idsnap ); desc85.putReference( idnull, ref65 ); executeAction( idslct, desc85, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="View-Guides">
		<name id="View/Guides/name" value="Guides"/>
		<context id="View/Guides/context" value="View &gt; Snap To &gt; Guides"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc86 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref66 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idsnapToGuides = stringIDToTypeID( "snapToGuides" ); ref66.putEnumerated( idMn, idMnIt, idsnapToGuides ); desc86.putReference( idnull, ref66 ); executeAction( idslct, desc86, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="View-Grid">
		<name id="View/Grid/name" value="Grid"/>
		<context id="View/Grid/context" value="View &gt; Snap To &gt; Grid"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc87 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref67 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idsnapToGrid = stringIDToTypeID( "snapToGrid" ); ref67.putEnumerated( idMn, idMnIt, idsnapToGrid ); desc87.putReference( idnull, ref67 ); executeAction( idslct, desc87, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="View-Layers">
		<name id="View/Layers/name" value="Layers"/>
		<context id="View/Layers/context" value="View &gt; Snap To &gt; Layers"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc88 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref68 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idsnapToLayerBounds = stringIDToTypeID( "snapToLayerBounds" ); ref68.putEnumerated( idMn, idMnIt, idsnapToLayerBounds ); desc88.putReference( idnull, ref68 ); executeAction( idslct, desc88, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="View-Slices">
		<name id="View/Slices/name" value="Slices"/>
		<context id="View/Slices/context" value="View &gt; Snap To &gt; Slices"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc89 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref69 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idsnapToSlices = stringIDToTypeID( "snapToSlices" ); ref69.putEnumerated( idMn, idMnIt, idsnapToSlices ); desc89.putReference( idnull, ref69 ); executeAction( idslct, desc89, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="View-DocumentBounds">
		<name id="View/DocumentBounds/name" value="Document Bounds"/>
		<context id="View/DocumentBounds/context" value="View &gt; Snap To &gt; Document Bounds"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc90 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref70 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idsnapToDocBounds = stringIDToTypeID( "snapToDocBounds" ); ref70.putEnumerated( idMn, idMnIt, idsnapToDocBounds ); desc90.putReference( idnull, ref70 ); executeAction( idslct, desc90, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="View-All">
		<name id="View/All/name" value="All"/>
		<context id="View/All/context" value="View &gt; Snap To &gt; All"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc91 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref71 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idsnapAll = stringIDToTypeID( "snapAll" ); ref71.putEnumerated( idMn, idMnIt, idsnapAll ); desc91.putReference( idnull, ref71 ); executeAction( idslct, desc91, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="View-None">
		<name id="View/None/name" value="None"/>
		<context id="View/None/context" value="View &gt; Snap To &gt; None"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc92 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref72 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idsnapNone = stringIDToTypeID( "snapNone" ); ref72.putEnumerated( idMn, idMnIt, idsnapNone ); desc92.putReference( idnull, ref72 ); executeAction( idslct, desc92, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="View-LockGuides">
		<name id="View/LockGuides/name" value="Lock Guides"/>
		<context id="View/LockGuides/context" value="View &gt; Lock Guides"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc93 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref73 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idTglL = charIDToTypeID( "TglL" ); ref73.putEnumerated( idMn, idMnIt, idTglL ); desc93.putReference( idnull, ref73 ); executeAction( idslct, desc93, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="View-ClearGuides">
		<name id="View/ClearGuides/name" value="Clear Guides"/>
		<context id="View/ClearGuides/context" value="View &gt; Clear Guides"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc94 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref74 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idClrG = charIDToTypeID( "ClrG" ); ref74.putEnumerated( idMn, idMnIt, idClrG ); desc94.putReference( idnull, ref74 ); executeAction( idslct, desc94, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="View-NewGuide">
		<name id="View/NewGuide/name" value="New Guide"/>
		<context id="View/NewGuide/context" value="View &gt; New Guide"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc95 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref75 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idnewGuide = stringIDToTypeID( "newGuide" ); ref75.putEnumerated( idMn, idMnIt, idnewGuide ); desc95.putReference( idnull, ref75 ); executeAction( idslct, desc95, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="View-LockSlices">
		<name id="View/LockSlices/name" value="Lock Slices"/>
		<context id="View/LockSlices/context" value="View &gt; Lock Slices"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc96 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref76 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idtoggleLockSlices = stringIDToTypeID( "toggleLockSlices" ); ref76.putEnumerated( idMn, idMnIt, idtoggleLockSlices ); desc96.putReference( idnull, ref76 ); executeAction( idslct, desc96, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="View-ClearSlices">
		<name id="View/ClearSlices/name" value="Clear Slices"/>
		<context id="View/ClearSlices/context" value="View &gt; Clear Slices"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc97 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref77 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idclearSlices = stringIDToTypeID( "clearSlices" ); ref77.putEnumerated( idMn, idMnIt, idclearSlices ); desc97.putReference( idnull, ref77 ); executeAction( idslct, desc97, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Window-Cascade">
		<name id="Window/Cascade/name" value="Cascade"/>
		<context id="Window/Cascade/context" value="Window &gt; Arrange &gt; Cascade"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc98 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref78 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idCscd = charIDToTypeID( "Cscd" ); ref78.putEnumerated( idMn, idMnIt, idCscd ); desc98.putReference( idnull, ref78 ); executeAction( idslct, desc98, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Window-TileHorizontally">
		<name id="Window/TileHorizontally/name" value="Tile Horizontally"/>
		<context id="Window/TileHorizontally/context" value="Window &gt; Arrange &gt; Tile Horizontally"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc99 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref79 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idTile = charIDToTypeID( "Tile" ); ref79.putEnumerated( idMn, idMnIt, idTile ); desc99.putReference( idnull, ref79 ); executeAction( idslct, desc99, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Window-MatchZoom">
		<name id="Window/MatchZoom/name" value="Match Zoom"/>
		<context id="Window/MatchZoom/context" value="Window &gt; Arrange &gt; Match Zoom"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc101 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref81 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idmatchZoom = stringIDToTypeID( "matchZoom" ); ref81.putEnumerated( idMn, idMnIt, idmatchZoom ); desc101.putReference( idnull, ref81 ); executeAction( idslct, desc101, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Window-MatchLocation">
		<name id="Window/MatchLocation/name" value="Match Location"/>
		<context id="Window/MatchLocation/context" value="Window &gt; Arrange &gt; Match Location"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc102 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref82 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idmatchLocation = stringIDToTypeID( "matchLocation" ); ref82.putEnumerated( idMn, idMnIt, idmatchLocation ); desc102.putReference( idnull, ref82 ); executeAction( idslct, desc102, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Window-MatchZoomandLocation">
		<name id="Window/MatchZoomandLocation/name" value="Match Zoom and Location"/>
		<context id="Window/MatchZoomandLocation/context" value="Window &gt; Arrange &gt; Match Zoom and Location"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc103 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref83 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idmatchZoomAndLocation = stringIDToTypeID( "matchZoomAndLocation" ); ref83.putEnumerated( idMn, idMnIt, idmatchZoomAndLocation ); desc103.putReference( idnull, ref83 ); executeAction( idslct, desc103, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Window-NewWindow">
		<name id="Window/NewWindow/name" value="New Window"/>
		<context id="Window/NewWindow/context" value="Window &gt; Arrange &gt; New Window"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc104 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref84 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idNwVw = charIDToTypeID( "NwVw" ); ref84.putEnumerated( idMn, idMnIt, idNwVw ); desc104.putReference( idnull, ref84 ); executeAction( idslct, desc104, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Window-SaveWorkspace">
		<name id="Window/SaveWorkspace/name" value="Save Workspace"/>
		<context id="Window/SaveWorkspace/context" value="Window &gt; Workspace &gt; Save Workspace"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc106 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref86 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idsaveWorkspace = stringIDToTypeID( "saveWorkspace" ); ref86.putEnumerated( idMn, idMnIt, idsaveWorkspace ); desc106.putReference( idnull, ref86 ); executeAction( idslct, desc106, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Window-DeleteWorkspace">
		<name id="Window/DeleteWorkspace/name" value="Delete Workspace"/>
		<context id="Window/DeleteWorkspace/context" value="Window &gt; Workspace &gt; Delete Workspace"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc107 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref87 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var iddeleteWorkspace = stringIDToTypeID( "deleteWorkspace" ); ref87.putEnumerated( idMn, idMnIt, iddeleteWorkspace ); desc107.putReference( idnull, ref87 ); executeAction( idslct, desc107, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Window-DefaultWorkspace">
		<name id="Window/DefaultWorkspace/name" value="Default Workspace"/>
		<context id="Window/DefaultWorkspace/context" value="Window &gt; Workspace &gt; Default Workspace"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" );    var desc36 = new ActionDescriptor();    var idnull = charIDToTypeID( "null" );        var ref11 = new ActionReference();        var idworkspace = stringIDToTypeID( "workspace" );        ref11.putName( idworkspace, "Basic" );    desc36.putReference( idnull, ref11 );executeAction( idslct, desc36, DialogModes.NO );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Window-KeyboardShortcutsandMenus">
		<name id="Window/KeyboardShortcutsandMenus/name" value="Keyboard Shortcuts and Menus"/>
		<context id="Window/KeyboardShortcutsandMenus/context" value="Window &gt; Workspace &gt; Keyboard Shortcuts and Menus"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc112 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref92 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idcustomization = stringIDToTypeID( "customization" ); ref92.putEnumerated( idMn, idMnIt, idcustomization ); desc112.putReference( idnull, ref92 ); executeAction( idslct, desc112, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Window-Actions">
		<name id="Window/Actions/name" value="Actions"/>
		<context id="Window/Actions/context" value="Window &gt; Actions"/>
		<desc id="Window/Actions/desc" value="Display the Actions panel, used to record, play, and manage sets of events"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc113 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref93 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idTglA = charIDToTypeID( "TglA" ); ref93.putEnumerated( idMn, idMnIt, idTglA ); desc113.putReference( idnull, ref93 ); executeAction( idslct, desc113, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Window-Animation">
		<name id="Window/Animation/name" value="Animation"/>
		<context id="Window/Animation/context" value="Window &gt; Animation"/>
		<desc id="Window/Animation/desc" value="Display the Animation panel, used to create frames and navigate time"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc114 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref94 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idtoggleAnimationPalette = stringIDToTypeID( "toggleAnimationPalette" ); ref94.putEnumerated( idMn, idMnIt, idtoggleAnimationPalette ); desc114.putReference( idnull, ref94 ); executeAction( idslct, desc114, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Window-Brushes">
		<name id="Window/Brushes/name" value="Brushes"/>
		<context id="Window/Brushes/context" value="Window &gt; Brushes"/>
		<desc id="Window/Brushes/desc" value="Display the Brushes panel, used to select and edit brush parameters"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc115 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref95 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idTglB = charIDToTypeID( "TglB" ); ref95.putEnumerated( idMn, idMnIt, idTglB ); desc115.putReference( idnull, ref95 ); executeAction( idslct, desc115, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Window-Channels">
		<name id="Window/Channels/name" value="Channels"/>
		<context id="Window/Channels/context" value="Window &gt; Channels"/>
		<desc id="Window/Channels/desc" value="Display the Channels panel, used to select channels and saved selections"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc116 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref96 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idTglh = charIDToTypeID( "Tglh" ); ref96.putEnumerated( idMn, idMnIt, idTglh ); desc116.putReference( idnull, ref96 ); executeAction( idslct, desc116, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Window-Character">
		<name id="Window/Character/name" value="Character"/>
		<context id="Window/Character/context" value="Window &gt; Character"/>
		<desc id="Window/Character/desc" value="Display the Character panel, used to edit text characteristics"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc117 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref97 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idtoggleCharacterPalette = stringIDToTypeID( "toggleCharacterPalette" ); ref97.putEnumerated( idMn, idMnIt, idtoggleCharacterPalette ); desc117.putReference( idnull, ref97 ); executeAction( idslct, desc117, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Window-CloneSource">
		<name id="Window/CloneSource/name" value="Clone Source"/>
		<context id="Window/CloneSource/context" value="Window &gt; Clone Source"/>
		<desc id="Window/CloneSource/desc" value="Display the Clone Source panel, used to control the behavior of cloning and healing tools"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc118 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref98 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idtoggleCloneSourcePalette = stringIDToTypeID( "toggleCloneSourcePalette" ); ref98.putEnumerated( idMn, idMnIt, idtoggleCloneSourcePalette ); desc118.putReference( idnull, ref98 ); executeAction( idslct, desc118, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Window-Color">
		<name id="Window/Color/name" value="Color"/>
		<context id="Window/Color/context" value="Window &gt; Color"/>
		<desc id="Window/Color/desc" value="Display the Color panel, used to select colors"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc119 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref99 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idTglc = charIDToTypeID( "Tglc" ); ref99.putEnumerated( idMn, idMnIt, idTglc ); desc119.putReference( idnull, ref99 ); executeAction( idslct, desc119, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Window-Histogram">
		<name id="Window/Histogram/name" value="Histogram"/>
		<context id="Window/Histogram/context" value="Window &gt; Histogram"/>
		<desc id="Window/Histogram/desc" value="Display the Histogram panel, used to view image statistics"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc120 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref100 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idtoggleHistogramPalette = stringIDToTypeID( "toggleHistogramPalette" ); ref100.putEnumerated( idMn, idMnIt, idtoggleHistogramPalette ); desc120.putReference( idnull, ref100 ); executeAction( idslct, desc120, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Window-History">
		<name id="Window/History/name" value="History"/>
		<context id="Window/History/context" value="Window &gt; History"/>
		<desc id="Window/History/desc" value="Display the History panel, used to navigate and select history states and snapshots"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc121 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref101 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idTglH = charIDToTypeID( "TglH" ); ref101.putEnumerated( idMn, idMnIt, idTglH ); desc121.putReference( idnull, ref101 ); executeAction( idslct, desc121, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Window-Info">
		<name id="Window/Info/name" value="Info"/>
		<context id="Window/Info/context" value="Window &gt; Info"/>
		<desc id="Window/Info/desc" value="Display the Info panel, used to display image properties"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc122 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref102 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idTglI = charIDToTypeID( "TglI" ); ref102.putEnumerated( idMn, idMnIt, idTglI ); desc122.putReference( idnull, ref102 ); executeAction( idslct, desc122, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Window-LayerComps">
		<name id="Window/LayerComps/name" value="Layer Comps"/>
		<context id="Window/LayerComps/context" value="Window &gt; Layer Comps"/>
		<desc id="Window/LayerComps/desc" value="Display the Layer Comps panel, used to record and select layer configurations (comps)"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc123 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref103 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idtoggleCompsPalette = stringIDToTypeID( "toggleCompsPalette" ); ref103.putEnumerated( idMn, idMnIt, idtoggleCompsPalette ); desc123.putReference( idnull, ref103 ); executeAction( idslct, desc123, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Window-Layers">
		<name id="Window/Layers/name" value="Layers"/>
		<context id="Window/Layers/context" value="Window &gt; Layers"/>
		<desc id="Window/Layers/desc" value="Display the Layers panel, used to create, navigate, and modify document layers"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc125 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref105 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idTgly = charIDToTypeID( "Tgly" ); ref105.putEnumerated( idMn, idMnIt, idTgly ); desc125.putReference( idnull, ref105 ); executeAction( idslct, desc125, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHXS" id="Window-MeasurementLog">
		<name id="Window/MeasurementLog/name" value="Measurement Log"/>
		<context id="Window/MeasurementLog/context" value="Window &gt; Measurement Log"/>
		<desc id="Window/MeasurementLog/desc" value="Display the Measurement Log panel, used to display recorded image statistics"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc124 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref104 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idtoggleMeasurementLogPalette = stringIDToTypeID( "toggleMeasurementLogPalette" ); ref104.putEnumerated( idMn, idMnIt, idtoggleMeasurementLogPalette ); desc124.putReference( idnull, ref104 ); executeAction( idslct, desc124, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Window-Navigator">
		<name id="Window/Navigator/name" value="Navigator"/>
		<context id="Window/Navigator/context" value="Window &gt; Navigator"/>
		<desc id="Window/Navigator/desc" value="Display the Navigator panel, used to pan, zoom, and navigate through documents"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc126 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref106 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idTglN = charIDToTypeID( "TglN" ); ref106.putEnumerated( idMn, idMnIt, idTglN ); desc126.putReference( idnull, ref106 ); executeAction( idslct, desc126, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Window-Options">
		<name id="Window/Options/name" value="Options"/>
		<context id="Window/Options/context" value="Window &gt; Options"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc127 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref107 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idTglO = charIDToTypeID( "TglO" ); ref107.putEnumerated( idMn, idMnIt, idTglO ); desc127.putReference( idnull, ref107 ); executeAction( idslct, desc127, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Window-Paragraph">
		<name id="Window/Paragraph/name" value="Paragraph"/>
		<context id="Window/Paragraph/context" value="Window &gt; Paragraph"/>
		<desc id="Window/Paragraph/desc" value="Display the Paragraph panel, used to edit text characteristics"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc128 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref108 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idtoggleParagraphPalette = stringIDToTypeID( "toggleParagraphPalette" ); ref108.putEnumerated( idMn, idMnIt, idtoggleParagraphPalette ); desc128.putReference( idnull, ref108 ); executeAction( idslct, desc128, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Window-Paths">
		<name id="Window/Paths/name" value="Paths"/>
		<context id="Window/Paths/context" value="Window &gt; Paths"/>
		<desc id="Window/Paths/desc" value="Display the Paths panel, used to display and edit vector paths"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc129 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref109 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idTglt = charIDToTypeID( "Tglt" ); ref109.putEnumerated( idMn, idMnIt, idTglt ); desc129.putReference( idnull, ref109 ); executeAction( idslct, desc129, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Window-Styles">
		<name id="Window/Styles/name" value="Styles"/>
		<context id="Window/Styles/context" value="Window &gt; Styles"/>
		<desc id="Window/Styles/desc" value="Display the Styles panel, used to create and apply saved sets of layer characteristics"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc131 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref111 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idTgSl = charIDToTypeID( "TgSl" ); ref111.putEnumerated( idMn, idMnIt, idTgSl ); desc131.putReference( idnull, ref111 ); executeAction( idslct, desc131, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Window-Swatches">
		<name id="Window/Swatches/name" value="Swatches"/>
		<context id="Window/Swatches/context" value="Window &gt; Swatches"/>
		<desc id="Window/Swatches/desc" value="Display the Swatches panel, used to create and apply favorite colors"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc132 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref112 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idTglw = charIDToTypeID( "Tglw" ); ref112.putEnumerated( idMn, idMnIt, idTglw ); desc132.putReference( idnull, ref112 ); executeAction( idslct, desc132, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Window-ToolPresets">
		<name id="Window/ToolPresets/name" value="Tool Presets"/>
		<context id="Window/ToolPresets/context" value="Window &gt; Tool Presets"/>
		<desc id="Window/ToolPresets/desc" value="Display the Tool Presets panel, used to create and select preset tool configurations"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc133 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref113 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idtoggleToolPresetsPalette = stringIDToTypeID( "toggleToolPresetsPalette" ); ref113.putEnumerated( idMn, idMnIt, idtoggleToolPresetsPalette ); desc133.putReference( idnull, ref113 ); executeAction( idslct, desc133, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Window-Tools">
		<name id="Window/Tools/name" value="Tools"/>
		<context id="Window/Tools/context" value="Window &gt; Tools"/>
		<desc id="Window/Tools/desc" value="Display the Tools panel, used to select tools"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc134 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref114 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idTglT = charIDToTypeID( "TglT" ); ref114.putEnumerated( idMn, idMnIt, idTglT ); desc134.putReference( idnull, ref114 ); executeAction( idslct, desc134, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Window-Kuler">
		<name id="Window/Kuler/name" value="Kuler"/>
		<context id="Window/Kuler/context" value="Window &gt; Extensions &gt; Kuler"/>
		<desc id="Window/Kuler/desc" value="Display the Kuler panel, used to create, browse, and share color harmony sets"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc4 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref2 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); ref2.putName( idMn, "Kuler" ); desc4.putReference( idnull, ref2 ); executeAction( idslct, desc4, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Window-Connections">
		<name id="Window/Connections/name" value="Connections"/>
		<context id="Window/Connections/context" value="Window &gt; Extensions &gt; Connections"/>
		<desc id="Window/Connections/desc" value="Display the Connections panel, used to manage network connections from Photoshop"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc8 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref3 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); ref3.putName( idMn, "Connections" ); desc8.putReference( idnull, ref3 ); executeAction( idslct, desc8, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Help-PhotoshopHelp">
		<name id="Help/PhotoshopHelp/name" value="Photoshop Help"/>
		<context id="Help/PhotoshopHelp/context" value="Help &gt; Photoshop Help"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc177 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref106 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idhelp = stringIDToTypeID( "help" ); ref106.putEnumerated( idMn, idMnIt, idhelp ); desc177.putReference( idnull, ref106 ); executeAction( idslct, desc177, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Help-SystemInfo">
		<name id="Help/SystemInfo/name" value="System Info"/>
		<context id="Help/SystemInfo/context" value="Help &gt; System Info"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc178 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref107 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idSstI = charIDToTypeID( "SstI" ); ref107.putEnumerated( idMn, idMnIt, idSstI ); desc178.putReference( idnull, ref107 ); executeAction( idslct, desc178, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Help-PhotoshopOnline">
		<name id="Help/PhotoshopOnline/name" value="Photoshop Online"/>
		<context id="Help/PhotoshopOnline/context" value="Help &gt; Photoshop Online"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc179 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref108 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idadobeOnlineHome = stringIDToTypeID( "adobeOnlineHome" ); ref108.putEnumerated( idMn, idMnIt, idadobeOnlineHome ); desc179.putReference( idnull, ref108 ); executeAction( idslct, desc179, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Actions-ButtonMode">
		<name id="Actions/ButtonMode/name" value="Button Mode"/>
		<context id="Actions/ButtonMode/context" value="Actions &gt; Button Mode"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc136 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref119 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idBtnM = charIDToTypeID( "BtnM" ); ref119.putEnumerated( idMn, idMnIt, idBtnM ); desc136.putReference( idnull, ref119 ); executeAction( idslct, desc136, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Actions-NewAction">
		<name id="Actions/NewAction/name" value="New Action"/>
		<context id="Actions/NewAction/context" value="Actions &gt; New Action"/>
		<desc id="Actions/NewAction/desc" value="Start a new Action"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idMk = charIDToTypeID( "Mk  " ); var desc137 = new ActionDescriptor(); var idNw = charIDToTypeID( "Nw  " ); var idActn = charIDToTypeID( "Actn" ); desc137.putClass( idNw, idActn ); executeAction( idMk, desc137, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Actions-NewSet">
		<name id="Actions/NewSet/name" value="New Set"/>
		<context id="Actions/NewSet/context" value="Actions &gt; New Set"/>
		<desc id="Actions/NewSet/desc" value="Create a new Action Set"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idMk = charIDToTypeID( "Mk  " ); var desc138 = new ActionDescriptor(); var idNw = charIDToTypeID( "Nw  " ); var idASet = charIDToTypeID( "ASet" ); desc138.putClass( idNw, idASet ); executeAction( idMk, desc138, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Actions-PlaybackOptions">
		<name id="Actions/PlaybackOptions/name" value="Playback Options"/>
		<context id="Actions/PlaybackOptions/context" value="Actions &gt; Playback Options"/>
		<desc id="Actions/PlaybackOptions/desc" value="View Action playback options"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc139 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref120 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idPbkO = charIDToTypeID( "PbkO" ); ref120.putEnumerated( idMn, idMnIt, idPbkO ); desc139.putReference( idnull, ref120 ); executeAction( idslct, desc139, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="AnimationFrames-NewFrame">
		<name id="AnimationFrames/NewFrame/name" value="New Frame"/>
		<context id="AnimationFrames/NewFrame/context" value="Animation (Frames) &gt; New Frame"/>
		<desc id="AnimationFrames/NewFrame/desc" value="Create a new animation frame"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idDplc = charIDToTypeID( "Dplc" ); var desc178 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref158 = new ActionReference(); var idanimationFrameClass = stringIDToTypeID( "animationFrameClass" ); var idOrdn = charIDToTypeID( "Ordn" ); var idTrgt = charIDToTypeID( "Trgt" ); ref158.putEnumerated( idanimationFrameClass, idOrdn, idTrgt ); desc178.putReference( idnull, ref158 ); executeAction( idDplc, desc178, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="AnimationFrames-DeleteFrames">
		<name id="AnimationFrames/DeleteFrames/name" value="Delete Frames"/>
		<context id="AnimationFrames/DeleteFrames/context" value="Animation (Frames) &gt; Delete Frames"/>
		<desc id="AnimationFrames/DeleteFrames/desc" value="Delete the selected animation frame(s)"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idDlt = charIDToTypeID( "Dlt " ); var desc179 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref159 = new ActionReference(); var idanimationFrameClass = stringIDToTypeID( "animationFrameClass" ); var idOrdn = charIDToTypeID( "Ordn" ); var idTrgt = charIDToTypeID( "Trgt" ); ref159.putEnumerated( idanimationFrameClass, idOrdn, idTrgt ); desc179.putReference( idnull, ref159 ); executeAction( idDlt, desc179, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="AnimationFrames-DeleteAnimation">
		<name id="AnimationFrames/DeleteAnimation/name" value="Delete Animation"/>
		<context id="AnimationFrames/DeleteAnimation/context" value="Animation (Frames) &gt; Delete Animation"/>
		<desc id="AnimationFrames/DeleteAnimation/desc" value="Delete the selected animation"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idDlt = charIDToTypeID( "Dlt " ); var desc180 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref160 = new ActionReference(); var idanimationClass = stringIDToTypeID( "animationClass" ); var idOrdn = charIDToTypeID( "Ordn" ); var idTrgt = charIDToTypeID( "Trgt" ); ref160.putEnumerated( idanimationClass, idOrdn, idTrgt ); desc180.putReference( idnull, ref160 ); executeAction( idDlt, desc180, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="AnimationFrames-CopyFrames">
		<name id="AnimationFrames/CopyFrames/name" value="Copy Frames"/>
		<context id="AnimationFrames/CopyFrames/context" value="Animation (Frames) &gt; Copy Frames"/>
		<desc id="AnimationFrames/CopyFrames/desc" value="Copy the selected animation frames"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idcopy = charIDToTypeID( "copy" ); var desc181 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref161 = new ActionReference(); var idanimationFrameClass = stringIDToTypeID( "animationFrameClass" ); var idOrdn = charIDToTypeID( "Ordn" ); var idTrgt = charIDToTypeID( "Trgt" ); ref161.putEnumerated( idanimationFrameClass, idOrdn, idTrgt ); desc181.putReference( idnull, ref161 ); executeAction( idcopy, desc181, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="AnimationFrames-PasteFrames">
		<name id="AnimationFrames/PasteFrames/name" value="Paste Frames"/>
		<context id="AnimationFrames/PasteFrames/context" value="Animation (Frames) &gt; Paste Frames"/>
		<desc id="AnimationFrames/PasteFrames/desc" value="Paste the selected animation frames"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idanimationPasteFrames = stringIDToTypeID( "animationPasteFrames" ); var desc182 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref162 = new ActionReference(); var idanimationFrameClass = stringIDToTypeID( "animationFrameClass" ); ref162.putClass( idanimationFrameClass ); desc182.putReference( idnull, ref162 ); executeAction( idanimationPasteFrames, desc182, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="AnimationFrames-SelectAllFrames">
		<name id="AnimationFrames/SelectAllFrames/name" value="Select All Frames"/>
		<context id="AnimationFrames/SelectAllFrames/context" value="Animation (Frames) &gt; Select All Frames"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc183 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref163 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idanimationSelectAll = stringIDToTypeID( "animationSelectAll" ); ref163.putEnumerated( idMn, idMnIt, idanimationSelectAll ); desc183.putReference( idnull, ref163 ); executeAction( idslct, desc183, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="AnimationFrames-NextFrame">
		<name id="AnimationFrames/NextFrame/name" value="Next Frame"/>
		<context id="AnimationFrames/NextFrame/context" value="Animation (Frames) &gt; Go To &gt; Next Frame"/>
		<desc id="AnimationFrames/NextFrame/desc" value="Go to the next frame"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc184 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref164 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idanimationGoToNextFrame = stringIDToTypeID( "animationGoToNextFrame" ); ref164.putEnumerated( idMn, idMnIt, idanimationGoToNextFrame ); desc184.putReference( idnull, ref164 ); executeAction( idslct, desc184, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="AnimationFrames-PreviousFrame">
		<name id="AnimationFrames/PreviousFrame/name" value="Previous Frame"/>
		<context id="AnimationFrames/PreviousFrame/context" value="Animation (Frames) &gt; Go To &gt; Previous Frame"/>
		<desc id="AnimationFrames/PreviousFrame/desc" value="Go to the previous frame"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc185 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref165 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idanimationGoToPreviousFrame = stringIDToTypeID( "animationGoToPreviousFrame" ); ref165.putEnumerated( idMn, idMnIt, idanimationGoToPreviousFrame ); desc185.putReference( idnull, ref165 ); executeAction( idslct, desc185, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="AnimationFrames-FirstFrame">
		<name id="AnimationFrames/FirstFrame/name" value="First Frame"/>
		<context id="AnimationFrames/FirstFrame/context" value="Animation (Frames) &gt; Go To &gt; First Frame"/>
		<desc id="AnimationFrames/FirstFrame/desc" value="Go to the first frame"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc186 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref166 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idanimationGoToFirstFrame = stringIDToTypeID( "animationGoToFirstFrame" ); ref166.putEnumerated( idMn, idMnIt, idanimationGoToFirstFrame ); desc186.putReference( idnull, ref166 ); executeAction( idslct, desc186, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="AnimationFrames-LastFrame">
		<name id="AnimationFrames/LastFrame/name" value="Last Frame"/>
		<context id="AnimationFrames/LastFrame/context" value="Animation (Frames) &gt; Go To &gt; Last Frame"/>
		<desc id="AnimationFrames/LastFrame/desc" value="Go to the last frame"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc187 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref167 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idanimationGoToPreviousFrame = stringIDToTypeID( "animationGoToPreviousFrame" ); ref167.putEnumerated( idMn, idMnIt, idanimationGoToPreviousFrame ); desc187.putReference( idnull, ref167 ); executeAction( idslct, desc187, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="AnimationFrames-Tween">
		<name id="AnimationFrames/Tween/name" value="Tween"/>
		<context id="AnimationFrames/Tween/context" value="Animation (Frames) &gt; Tween"/>
		<desc id="AnimationFrames/Tween/desc" value="Create a smoothly interpolated animation between frames"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idanimationTween = stringIDToTypeID( "animationTween" ); var desc188 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref168 = new ActionReference(); var idanimationFrameClass = stringIDToTypeID( "animationFrameClass" ); var idOrdn = charIDToTypeID( "Ordn" ); var idTrgt = charIDToTypeID( "Trgt" ); ref168.putEnumerated( idanimationFrameClass, idOrdn, idTrgt ); desc188.putReference( idnull, ref168 ); executeAction( idanimationTween, desc188, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="AnimationFrames-ReverseFrames">
		<name id="AnimationFrames/ReverseFrames/name" value="Reverse Frames"/>
		<context id="AnimationFrames/ReverseFrames/context" value="Animation (Frames) &gt; Reverse Frames"/>
		<desc id="AnimationFrames/ReverseFrames/desc" value="Reverse the order of the selected frames"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idRvrs = charIDToTypeID( "Rvrs" ); var desc190 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref170 = new ActionReference(); var idanimationFrameClass = stringIDToTypeID( "animationFrameClass" ); var idOrdn = charIDToTypeID( "Ordn" ); var idTrgt = charIDToTypeID( "Trgt" ); ref170.putEnumerated( idanimationFrameClass, idOrdn, idTrgt ); desc190.putReference( idnull, ref170 ); executeAction( idRvrs, desc190, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="AnimationFrames-OptimizeAnimation">
		<name id="AnimationFrames/OptimizeAnimation/name" value="Optimize Animation"/>
		<context id="AnimationFrames/OptimizeAnimation/context" value="Animation (Frames) &gt; Optimize Animation"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc191 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref171 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idanimationOptimize = stringIDToTypeID( "animationOptimize" ); ref171.putEnumerated( idMn, idMnIt, idanimationOptimize ); desc191.putReference( idnull, ref171 ); executeAction( idslct, desc191, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="AnimationFrames-MakeFramesFromLayers">
		<name id="AnimationFrames/MakeFramesFromLayers/name" value="Make Frames From Layers"/>
		<context id="AnimationFrames/MakeFramesFromLayers/context" value="Animation (Frames) &gt; Make Frames From Layers"/>
		<desc id="AnimationFrames/MakeFramesFromLayers/desc" value="Convert the selected frames into document layers"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idanimationFramesFromLayers = stringIDToTypeID( "animationFramesFromLayers" ); var desc192 = new ActionDescriptor(); executeAction( idanimationFramesFromLayers, desc192, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="AnimationFrames-FlattenFramesIntoLayers">
		<name id="AnimationFrames/FlattenFramesIntoLayers/name" value="Flatten Frames Into Layers"/>
		<context id="AnimationFrames/FlattenFramesIntoLayers/context" value="Animation (Frames) &gt; Flatten Frames Into Layers"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idanimationFramesToLayers = stringIDToTypeID( "animationFramesToLayers" ); var desc193 = new ActionDescriptor(); executeAction( idanimationFramesToLayers, desc193, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="AnimationFrames-MatchLayerAcrossFrames">
		<name id="AnimationFrames/MatchLayerAcrossFrames/name" value="Match Layer Across Frames"/>
		<context id="AnimationFrames/MatchLayerAcrossFrames/context" value="Animation (Frames) &gt; Match Layer Across Frames"/>
		<desc id="AnimationFrames/MatchLayerAcrossFrames/desc" value="Synchronize the selected layer(s) appearance and position across frames"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idanimationMatchLayer = stringIDToTypeID( "animationMatchLayer" ); var desc194 = new ActionDescriptor(); var idanimationMatchLayerPosition = stringIDToTypeID( "animationMatchLayerPosition" ); desc194.putBoolean( idanimationMatchLayerPosition, true ); var idanimationMatchLayerVisibility = stringIDToTypeID( "animationMatchLayerVisibility" ); desc194.putBoolean( idanimationMatchLayerVisibility, true ); var idanimationMatchLayerStyle = stringIDToTypeID( "animationMatchLayerStyle" ); desc194.putBoolean( idanimationMatchLayerStyle, true ); executeAction( idanimationMatchLayer, desc194, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="AnimationFrames-CreateNewLayerforEachNewFrame">
		<name id="AnimationFrames/CreateNewLayerforEachNewFrame/name" value="Create New Layer for Each New Frame"/>
		<context id="AnimationFrames/CreateNewLayerforEachNewFrame/context" value="Animation (Frames) &gt; Create New Layer for Each New Frame"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc195 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref172 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idanimationNewLayerPerFrame = stringIDToTypeID( "animationNewLayerPerFrame" ); ref172.putEnumerated( idMn, idMnIt, idanimationNewLayerPerFrame ); desc195.putReference( idnull, ref172 ); executeAction( idslct, desc195, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="AnimationFrames-NewLayersVisibleinAllFrames">
		<name id="AnimationFrames/NewLayersVisibleinAllFrames/name" value="New Layers Visible in All Frames"/>
		<context id="AnimationFrames/NewLayersVisibleinAllFrames/context" value="Animation (Frames) &gt; New Layers Visible in All Frames"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc197 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref174 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idanimationShowNewLayersInFrames = stringIDToTypeID( "animationShowNewLayersInFrames" ); ref174.putEnumerated( idMn, idMnIt, idanimationShowNewLayersInFrames ); desc197.putReference( idnull, ref174 ); executeAction( idslct, desc197, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHXS" id="AnimationFrames-ConverttoTimeline">
		<name id="AnimationFrames/ConverttoTimeline/name" value="Convert to Timeline"/>
		<context id="AnimationFrames/ConverttoTimeline/context" value="Animation (Frames) &gt; Convert to Timeline"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc198 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref175 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idconvertAnimation = stringIDToTypeID( "convertAnimation" ); ref175.putEnumerated( idMn, idMnIt, idconvertAnimation ); desc198.putReference( idnull, ref175 ); executeAction( idslct, desc198, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="AnimationFrames-PaletteOptions">
		<name id="AnimationFrames/PaletteOptions/name" value="Palette Options"/>
		<context id="AnimationFrames/PaletteOptions/context" value="Animation (Frames) &gt; Palette Options"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc199 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref176 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idanimationPaletteOptions = stringIDToTypeID( "animationPaletteOptions" ); ref176.putEnumerated( idMn, idMnIt, idanimationPaletteOptions ); desc199.putReference( idnull, ref176 ); executeAction( idslct, desc199, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHXS" id="AnimationTimeline-DeleteKeyframe(s)">
		<name id="AnimationTimeline/DeleteKeyframe(s)/name" value="Delete Keyframe(s)"/>
		<context id="AnimationTimeline/DeleteKeyframe(s)/context" value="Animation (Timeline) &gt; Delete Keyframe(s)"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc141 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref122 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idtimelineDeleteKeyframes = stringIDToTypeID( "timelineDeleteKeyframes" ); ref122.putEnumerated( idMn, idMnIt, idtimelineDeleteKeyframes ); desc141.putReference( idnull, ref122 ); executeAction( idslct, desc141, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHXS" id="AnimationTimeline-Linear">
		<name id="AnimationTimeline/Linear/name" value="Linear"/>
		<context id="AnimationTimeline/Linear/context" value="Animation (Timeline) &gt; Keyframe Interpolation &gt; Linear"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc142 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref123 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idtimelineKeyframeInterpolationLinear = stringIDToTypeID( "timelineKeyframeInterpolationLinear" ); ref123.putEnumerated( idMn, idMnIt, idtimelineKeyframeInterpolationLinear ); desc142.putReference( idnull, ref123 ); executeAction( idslct, desc142, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHXS" id="AnimationTimeline-Hold">
		<name id="AnimationTimeline/Hold/name" value="Hold"/>
		<context id="AnimationTimeline/Hold/context" value="Animation (Timeline) &gt; Keyframe Interpolation &gt; Hold"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc143 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref124 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idtimelineKeyframeInterpolationHold = stringIDToTypeID( "timelineKeyframeInterpolationHold" ); ref124.putEnumerated( idMn, idMnIt, idtimelineKeyframeInterpolationHold ); desc143.putReference( idnull, ref124 ); executeAction( idslct, desc143, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHXS" id="AnimationTimeline-SelectAllKeyframes">
		<name id="AnimationTimeline/SelectAllKeyframes/name" value="Select All Keyframes"/>
		<context id="AnimationTimeline/SelectAllKeyframes/context" value="Animation (Timeline) &gt; Select All Keyframes"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc144 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref125 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idtimelineSelectAllKeyframes = stringIDToTypeID( "timelineSelectAllKeyframes" ); ref125.putEnumerated( idMn, idMnIt, idtimelineSelectAllKeyframes ); desc144.putReference( idnull, ref125 ); executeAction( idslct, desc144, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHXS" id="AnimationTimeline-SelectNoKeyframes">
		<name id="AnimationTimeline/SelectNoKeyframes/name" value="Select No Keyframes"/>
		<context id="AnimationTimeline/SelectNoKeyframes/context" value="Animation (Timeline) &gt; Select No Keyframes"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc145 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref126 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idtimelineSelectNoKeyframes = stringIDToTypeID( "timelineSelectNoKeyframes" ); ref126.putEnumerated( idMn, idMnIt, idtimelineSelectNoKeyframes ); desc145.putReference( idnull, ref126 ); executeAction( idslct, desc145, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHXS" id="AnimationTimeline-CopyKeyframe(s)">
		<name id="AnimationTimeline/CopyKeyframe(s)/name" value="Copy Keyframe(s)"/>
		<context id="AnimationTimeline/CopyKeyframe(s)/context" value="Animation (Timeline) &gt; Copy Keyframe(s)"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc146 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref127 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idtimelineCopyKeyframes = stringIDToTypeID( "timelineCopyKeyframes" ); ref127.putEnumerated( idMn, idMnIt, idtimelineCopyKeyframes ); desc146.putReference( idnull, ref127 ); executeAction( idslct, desc146, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHXS" id="AnimationTimeline-PasteKeyframe(s)">
		<name id="AnimationTimeline/PasteKeyframe(s)/name" value="Paste Keyframe(s)"/>
		<context id="AnimationTimeline/PasteKeyframe(s)/context" value="Animation (Timeline) &gt; Paste Keyframe(s)"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc147 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref128 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idtimelinePasteKeyframes = stringIDToTypeID( "timelinePasteKeyframes" ); ref128.putEnumerated( idMn, idMnIt, idtimelinePasteKeyframes ); desc147.putReference( idnull, ref128 ); executeAction( idslct, desc147, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHXS" id="AnimationTimeline-SetStartofWorkArea">
		<name id="AnimationTimeline/SetStartofWorkArea/name" value="Set Start of Work Area"/>
		<context id="AnimationTimeline/SetStartofWorkArea/context" value="Animation (Timeline) &gt; Set Start of Work Area"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc148 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref129 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idtimelineSetStartOfWorkArea = stringIDToTypeID( "timelineSetStartOfWorkArea" ); ref129.putEnumerated( idMn, idMnIt, idtimelineSetStartOfWorkArea ); desc148.putReference( idnull, ref129 ); executeAction( idslct, desc148, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHXS" id="AnimationTimeline-SetEndofWorkArea">
		<name id="AnimationTimeline/SetEndofWorkArea/name" value="Set End of Work Area"/>
		<context id="AnimationTimeline/SetEndofWorkArea/context" value="Animation (Timeline) &gt; Set End of Work Area"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc149 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref130 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idtimelineSetEndOfWorkArea = stringIDToTypeID( "timelineSetEndOfWorkArea" ); ref130.putEnumerated( idMn, idMnIt, idtimelineSetEndOfWorkArea ); desc149.putReference( idnull, ref130 ); executeAction( idslct, desc149, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHXS" id="AnimationTimeline-Time">
		<name id="AnimationTimeline/Time/name" value="Time"/>
		<context id="AnimationTimeline/Time/context" value="Animation (Timeline) &gt; Go To &gt; Time"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc150 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref131 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idtimelineGoToTime = stringIDToTypeID( "timelineGoToTime" ); ref131.putEnumerated( idMn, idMnIt, idtimelineGoToTime ); desc150.putReference( idnull, ref131 ); executeAction( idslct, desc150, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHXS" id="AnimationTimeline-NextFrame">
		<name id="AnimationTimeline/NextFrame/name" value="Next Frame"/>
		<context id="AnimationTimeline/NextFrame/context" value="Animation (Timeline) &gt; Go To &gt; Next Frame"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc151 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref132 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idtimelineGoToNextFrame = stringIDToTypeID( "timelineGoToNextFrame" ); ref132.putEnumerated( idMn, idMnIt, idtimelineGoToNextFrame ); desc151.putReference( idnull, ref132 ); executeAction( idslct, desc151, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHXS" id="AnimationTimeline-PreviousFrame">
		<name id="AnimationTimeline/PreviousFrame/name" value="Previous Frame"/>
		<context id="AnimationTimeline/PreviousFrame/context" value="Animation (Timeline) &gt; Go To &gt; Previous Frame"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc152 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref133 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idtimelineGoToPreviousFrame = stringIDToTypeID( "timelineGoToPreviousFrame" ); ref133.putEnumerated( idMn, idMnIt, idtimelineGoToPreviousFrame ); desc152.putReference( idnull, ref133 ); executeAction( idslct, desc152, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHXS" id="AnimationTimeline-FirstFrame">
		<name id="AnimationTimeline/FirstFrame/name" value="First Frame"/>
		<context id="AnimationTimeline/FirstFrame/context" value="Animation (Timeline) &gt; Go To &gt; First Frame"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc153 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref134 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idtimelineGoToFirstFrame = stringIDToTypeID( "timelineGoToFirstFrame" ); ref134.putEnumerated( idMn, idMnIt, idtimelineGoToFirstFrame ); desc153.putReference( idnull, ref134 ); executeAction( idslct, desc153, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHXS" id="AnimationTimeline-LastFrame">
		<name id="AnimationTimeline/LastFrame/name" value="Last Frame"/>
		<context id="AnimationTimeline/LastFrame/context" value="Animation (Timeline) &gt; Go To &gt; Last Frame"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc154 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref135 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idtimelineGoToLastFrame = stringIDToTypeID( "timelineGoToLastFrame" ); ref135.putEnumerated( idMn, idMnIt, idtimelineGoToLastFrame ); desc154.putReference( idnull, ref135 ); executeAction( idslct, desc154, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHXS" id="AnimationTimeline-WorkAreaStart">
		<name id="AnimationTimeline/WorkAreaStart/name" value="Work Area Start"/>
		<context id="AnimationTimeline/WorkAreaStart/context" value="Animation (Timeline) &gt; Go To &gt; Work Area Start"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc155 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref136 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idtimelineGoToWorkAreaStart = stringIDToTypeID( "timelineGoToWorkAreaStart" ); ref136.putEnumerated( idMn, idMnIt, idtimelineGoToWorkAreaStart ); desc155.putReference( idnull, ref136 ); executeAction( idslct, desc155, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHXS" id="AnimationTimeline-WorkAreaEnd">
		<name id="AnimationTimeline/WorkAreaEnd/name" value="Work Area End"/>
		<context id="AnimationTimeline/WorkAreaEnd/context" value="Animation (Timeline) &gt; Go To &gt; Work Area End"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc156 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref137 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idtimelineGoToWorkAreaEnd = stringIDToTypeID( "timelineGoToWorkAreaEnd" ); ref137.putEnumerated( idMn, idMnIt, idtimelineGoToWorkAreaEnd ); desc156.putReference( idnull, ref137 ); executeAction( idslct, desc156, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHXS" id="AnimationTimeline-AllowFrameSkipping">
		<name id="AnimationTimeline/AllowFrameSkipping/name" value="Allow Frame Skipping"/>
		<context id="AnimationTimeline/AllowFrameSkipping/context" value="Animation (Timeline) &gt; Allow Frame Skipping"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc157 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref138 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idtimelineAllowFrameSkipping = stringIDToTypeID( "timelineAllowFrameSkipping" ); ref138.putEnumerated( idMn, idMnIt, idtimelineAllowFrameSkipping ); desc157.putReference( idnull, ref138 ); executeAction( idslct, desc157, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHXS" id="AnimationTimeline-MoveLayerInPointtoCurrentTime">
		<name id="AnimationTimeline/MoveLayerInPointtoCurrentTime/name" value="Move Layer In Point to Current Time"/>
		<context id="AnimationTimeline/MoveLayerInPointtoCurrentTime/context" value="Animation (Timeline) &gt; Move Layer In Point to Current Time"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc158 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref139 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idtimelineMoveLayerInPoint = stringIDToTypeID( "timelineMoveLayerInPoint" ); ref139.putEnumerated( idMn, idMnIt, idtimelineMoveLayerInPoint ); desc158.putReference( idnull, ref139 ); executeAction( idslct, desc158, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHXS" id="AnimationTimeline-MoveLayerEndPointtoCurrentTime">
		<name id="AnimationTimeline/MoveLayerEndPointtoCurrentTime/name" value="Move Layer End Point to Current Time"/>
		<context id="AnimationTimeline/MoveLayerEndPointtoCurrentTime/context" value="Animation (Timeline) &gt; Move Layer End Point to Current Time"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc159 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref140 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idtimelineMoveLayerEndPoint = stringIDToTypeID( "timelineMoveLayerEndPoint" ); ref140.putEnumerated( idMn, idMnIt, idtimelineMoveLayerEndPoint ); desc159.putReference( idnull, ref140 ); executeAction( idslct, desc159, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHXS" id="AnimationTimeline-TrimLayerStarttoCurrentTime">
		<name id="AnimationTimeline/TrimLayerStarttoCurrentTime/name" value="Trim Layer Start to Current Time"/>
		<context id="AnimationTimeline/TrimLayerStarttoCurrentTime/context" value="Animation (Timeline) &gt; Trim Layer Start to Current Time"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc160 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref141 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idtimelineTrimLayerStart = stringIDToTypeID( "timelineTrimLayerStart" ); ref141.putEnumerated( idMn, idMnIt, idtimelineTrimLayerStart ); desc160.putReference( idnull, ref141 ); executeAction( idslct, desc160, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHXS" id="AnimationTimeline-TrimLayerEndtoCurrentTime">
		<name id="AnimationTimeline/TrimLayerEndtoCurrentTime/name" value="Trim Layer End to Current Time"/>
		<context id="AnimationTimeline/TrimLayerEndtoCurrentTime/context" value="Animation (Timeline) &gt; Trim Layer End to Current Time"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc161 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref142 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idtimelineTrimLayerEnd = stringIDToTypeID( "timelineTrimLayerEnd" ); ref142.putEnumerated( idMn, idMnIt, idtimelineTrimLayerEnd ); desc161.putReference( idnull, ref142 ); executeAction( idslct, desc161, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHXS" id="AnimationTimeline-TrimDocumentDurationtoWorkArea">
		<name id="AnimationTimeline/TrimDocumentDurationtoWorkArea/name" value="Trim Document Duration to Work Area"/>
		<context id="AnimationTimeline/TrimDocumentDurationtoWorkArea/context" value="Animation (Timeline) &gt; Trim Document Duration to Work Area"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc162 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref143 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idtimelineTrimDocumentDuration = stringIDToTypeID( "timelineTrimDocumentDuration" ); ref143.putEnumerated( idMn, idMnIt, idtimelineTrimDocumentDuration ); desc162.putReference( idnull, ref143 ); executeAction( idslct, desc162, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHXS" id="AnimationTimeline-SplitLayer">
		<name id="AnimationTimeline/SplitLayer/name" value="Split Layer"/>
		<context id="AnimationTimeline/SplitLayer/context" value="Animation (Timeline) &gt; Split Layer"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc163 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref144 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idtimelineSplitLayer = stringIDToTypeID( "timelineSplitLayer" ); ref144.putEnumerated( idMn, idMnIt, idtimelineSplitLayer ); desc163.putReference( idnull, ref144 ); executeAction( idslct, desc163, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHXS" id="AnimationTimeline-LiftWorkArea">
		<name id="AnimationTimeline/LiftWorkArea/name" value="Lift Work Area"/>
		<context id="AnimationTimeline/LiftWorkArea/context" value="Animation (Timeline) &gt; Lift Work Area"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc164 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref145 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idtimelineLiftWorkArea = stringIDToTypeID( "timelineLiftWorkArea" ); ref145.putEnumerated( idMn, idMnIt, idtimelineLiftWorkArea ); desc164.putReference( idnull, ref145 ); executeAction( idslct, desc164, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHXS" id="AnimationTimeline-ExtractWorkArea">
		<name id="AnimationTimeline/ExtractWorkArea/name" value="Extract Work Area"/>
		<context id="AnimationTimeline/ExtractWorkArea/context" value="Animation (Timeline) &gt; Extract Work Area"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc165 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref146 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idtimelineExtractWorkArea = stringIDToTypeID( "timelineExtractWorkArea" ); ref146.putEnumerated( idMn, idMnIt, idtimelineExtractWorkArea ); desc165.putReference( idnull, ref146 ); executeAction( idslct, desc165, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHXS" id="AnimationTimeline-MakeFramesFromLayers">
		<name id="AnimationTimeline/MakeFramesFromLayers/name" value="Make Frames From Layers"/>
		<context id="AnimationTimeline/MakeFramesFromLayers/context" value="Animation (Timeline) &gt; Make Frames From Layers"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc166 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref147 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idtimelineMakeFramesFromLayers = stringIDToTypeID( "timelineMakeFramesFromLayers" ); ref147.putEnumerated( idMn, idMnIt, idtimelineMakeFramesFromLayers ); desc166.putReference( idnull, ref147 ); executeAction( idslct, desc166, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHXS" id="AnimationTimeline-FlattenFramesIntoLayers">
		<name id="AnimationTimeline/FlattenFramesIntoLayers/name" value="Flatten Frames Into Layers"/>
		<context id="AnimationTimeline/FlattenFramesIntoLayers/context" value="Animation (Timeline) &gt; Flatten Frames Into Layers"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc167 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref148 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idtimelineFlattenFramesIntoLayers = stringIDToTypeID( "timelineFlattenFramesIntoLayers" ); ref148.putEnumerated( idMn, idMnIt, idtimelineFlattenFramesIntoLayers ); desc167.putReference( idnull, ref148 ); executeAction( idslct, desc167, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHXS" id="AnimationTimeline-EditTimelineComment">
		<name id="AnimationTimeline/EditTimelineComment/name" value="Edit Timeline Comment"/>
		<context id="AnimationTimeline/EditTimelineComment/context" value="Animation (Timeline) &gt; Edit Timeline Comment"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc168 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref149 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idtimelineEditTimelineComment = stringIDToTypeID( "timelineEditTimelineComment" ); ref149.putEnumerated( idMn, idMnIt, idtimelineEditTimelineComment ); desc168.putReference( idnull, ref149 ); executeAction( idslct, desc168, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHXS" id="AnimationTimeline-ExportTimelineComments">
		<name id="AnimationTimeline/ExportTimelineComments/name" value="Export Timeline Comments"/>
		<context id="AnimationTimeline/ExportTimelineComments/context" value="Animation (Timeline) &gt; Export Timeline Comments"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idconvertAnimation = stringIDToTypeID( "convertAnimation" ); var desc181 = new ActionDescriptor(); executeAction( idconvertAnimation, desc181, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHXS" id="AnimationTimeline-DocumentSettings">
		<name id="AnimationTimeline/DocumentSettings/name" value="Document Settings"/>
		<context id="AnimationTimeline/DocumentSettings/context" value="Animation (Timeline) &gt; Document Settings"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc169 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref150 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idtimelineDocumentSettings = stringIDToTypeID( "timelineDocumentSettings" ); ref150.putEnumerated( idMn, idMnIt, idtimelineDocumentSettings ); desc169.putReference( idnull, ref150 ); executeAction( idslct, desc169, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHXS" id="AnimationTimeline-ConverttoFrameAnimation">
		<name id="AnimationTimeline/ConverttoFrameAnimation/name" value="Convert to Frame Animation"/>
		<context id="AnimationTimeline/ConverttoFrameAnimation/context" value="Animation (Timeline) &gt; Convert to Frame Animation"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc170 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref151 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idtimelineConvertToFrames = stringIDToTypeID( "timelineConvertToFrames" ); ref151.putEnumerated( idMn, idMnIt, idtimelineConvertToFrames ); desc170.putReference( idnull, ref151 ); executeAction( idslct, desc170, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHXS" id="AnimationTimeline-OnionSkinSettings">
		<name id="AnimationTimeline/OnionSkinSettings/name" value="Onion Skin Settings"/>
		<context id="AnimationTimeline/OnionSkinSettings/context" value="Animation (Timeline) &gt; Onion Skin Settings"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc171 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref152 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idtimelineOnionSkinSettings = stringIDToTypeID( "timelineOnionSkinSettings" ); ref152.putEnumerated( idMn, idMnIt, idtimelineOnionSkinSettings ); desc171.putReference( idnull, ref152 ); executeAction( idslct, desc171, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHXS" id="AnimationTimeline-EnableOnionSkins">
		<name id="AnimationTimeline/EnableOnionSkins/name" value="Enable Onion Skins"/>
		<context id="AnimationTimeline/EnableOnionSkins/context" value="Animation (Timeline) &gt; Enable Onion Skins"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc172 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref153 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idtimelineEnableOnionSkins = stringIDToTypeID( "timelineEnableOnionSkins" ); ref153.putEnumerated( idMn, idMnIt, idtimelineEnableOnionSkins ); desc172.putReference( idnull, ref153 ); executeAction( idslct, desc172, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHXS" id="AnimationTimeline-AllLayers">
		<name id="AnimationTimeline/AllLayers/name" value="All Layers"/>
		<context id="AnimationTimeline/AllLayers/context" value="Animation (Timeline) &gt; Show &gt; All Layers"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc173 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref154 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idtimelineShowAllLayers = stringIDToTypeID( "timelineShowAllLayers" ); ref154.putEnumerated( idMn, idMnIt, idtimelineShowAllLayers ); desc173.putReference( idnull, ref154 ); executeAction( idslct, desc173, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHXS" id="AnimationTimeline-FavoriteLayers">
		<name id="AnimationTimeline/FavoriteLayers/name" value="Favorite Layers"/>
		<context id="AnimationTimeline/FavoriteLayers/context" value="Animation (Timeline) &gt; Show &gt; Favorite Layers"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc174 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref155 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idtimelineShowFavoriteLayers = stringIDToTypeID( "timelineShowFavoriteLayers" ); ref155.putEnumerated( idMn, idMnIt, idtimelineShowFavoriteLayers ); desc174.putReference( idnull, ref155 ); executeAction( idslct, desc174, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHXS" id="AnimationTimeline-SetFavoriteLayers">
		<name id="AnimationTimeline/SetFavoriteLayers/name" value="Set Favorite Layers"/>
		<context id="AnimationTimeline/SetFavoriteLayers/context" value="Animation (Timeline) &gt; Show &gt; Set Favorite Layers"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc175 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref156 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idtimelineShowSetFavoriteLayers = stringIDToTypeID( "timelineShowSetFavoriteLayers" ); ref156.putEnumerated( idMn, idMnIt, idtimelineShowSetFavoriteLayers ); desc175.putReference( idnull, ref156 ); executeAction( idslct, desc175, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHXS" id="AnimationTimeline-PaletteOptions">
		<name id="AnimationTimeline/PaletteOptions/name" value="Palette Options"/>
		<context id="AnimationTimeline/PaletteOptions/context" value="Animation (Timeline) &gt; Palette Options"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc176 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref157 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idtimelinePaletteOptions = stringIDToTypeID( "timelinePaletteOptions" ); ref157.putEnumerated( idMn, idMnIt, idtimelinePaletteOptions ); desc176.putReference( idnull, ref157 ); executeAction( idslct, desc176, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Brushes-ExpandedView">
		<name id="Brushes/ExpandedView/name" value="Expanded View"/>
		<context id="Brushes/ExpandedView/context" value="Brushes &gt; Expanded View"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc182 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref110 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idtoggleBrushesExpandedView = stringIDToTypeID( "toggleBrushesExpandedView" ); ref110.putEnumerated( idMn, idMnIt, idtoggleBrushesExpandedView ); desc182.putReference( idnull, ref110 ); executeAction( idslct, desc182, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Brushes-NewBrushPreset">
		<name id="Brushes/NewBrushPreset/name" value="New Brush Preset"/>
		<context id="Brushes/NewBrushPreset/context" value="Brushes &gt; New Brush Preset"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc183 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref111 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idBrsN = charIDToTypeID( "BrsN" ); ref111.putEnumerated( idMn, idMnIt, idBrsN ); desc183.putReference( idnull, ref111 ); executeAction( idslct, desc183, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Brushes-ClearBrushControls">
		<name id="Brushes/ClearBrushControls/name" value="Clear Brush Controls"/>
		<context id="Brushes/ClearBrushControls/context" value="Brushes &gt; Clear Brush Controls"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idclearBrushControls = stringIDToTypeID( "clearBrushControls" ); executeAction( idclearBrushControls, undefined, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Brushes-CopyTexturetoOtherTools">
		<name id="Brushes/CopyTexturetoOtherTools/name" value="Copy Texture to Other Tools"/>
		<context id="Brushes/CopyTexturetoOtherTools/context" value="Brushes &gt; Copy Texture to Other Tools"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idcopyBrushTexture = stringIDToTypeID( "copyBrushTexture" ); executeAction( idcopyBrushTexture, undefined, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Brushes-RenameBrush">
		<name id="Brushes/RenameBrush/name" value="Rename Brush"/>
		<context id="Brushes/RenameBrush/context" value="Brushes &gt; Rename Brush"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc184 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref112 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idBrsO = charIDToTypeID( "BrsO" ); ref112.putEnumerated( idMn, idMnIt, idBrsO ); desc184.putReference( idnull, ref112 ); executeAction( idslct, desc184, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Brushes-DeleteBrush">
		<name id="Brushes/DeleteBrush/name" value="Delete Brush"/>
		<context id="Brushes/DeleteBrush/context" value="Brushes &gt; Delete Brush"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc185 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref113 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idBrsf = charIDToTypeID( "Brsf" ); ref113.putEnumerated( idMn, idMnIt, idBrsf ); desc185.putReference( idnull, ref113 ); executeAction( idslct, desc185, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Brushes-ResetBrushes">
		<name id="Brushes/ResetBrushes/name" value="Reset Brushes"/>
		<context id="Brushes/ResetBrushes/context" value="Brushes &gt; Reset Brushes"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc186 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref114 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idBrsR = charIDToTypeID( "BrsR" ); ref114.putEnumerated( idMn, idMnIt, idBrsR ); desc186.putReference( idnull, ref114 ); executeAction( idslct, desc186, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Brushes-LoadBrushes">
		<name id="Brushes/LoadBrushes/name" value="Load Brushes"/>
		<context id="Brushes/LoadBrushes/context" value="Brushes &gt; Load Brushes"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc187 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref115 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idBrsA = charIDToTypeID( "BrsA" ); ref115.putEnumerated( idMn, idMnIt, idBrsA ); desc187.putReference( idnull, ref115 ); executeAction( idslct, desc187, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Brushes-SaveBrushes">
		<name id="Brushes/SaveBrushes/name" value="Save Brushes"/>
		<context id="Brushes/SaveBrushes/context" value="Brushes &gt; Save Brushes"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc188 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref116 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idBrsv = charIDToTypeID( "Brsv" ); ref116.putEnumerated( idMn, idMnIt, idBrsv ); desc188.putReference( idnull, ref116 ); executeAction( idslct, desc188, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Brushes-ReplaceBrushes">
		<name id="Brushes/ReplaceBrushes/name" value="Replace Brushes"/>
		<context id="Brushes/ReplaceBrushes/context" value="Brushes &gt; Replace Brushes"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc189 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref117 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idBrsd = charIDToTypeID( "Brsd" ); ref117.putEnumerated( idMn, idMnIt, idBrsd ); desc189.putReference( idnull, ref117 ); executeAction( idslct, desc189, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Channels-NewChannel">
		<name id="Channels/NewChannel/name" value="New Channel"/>
		<context id="Channels/NewChannel/context" value="Channels &gt; New Channel"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idMk = charIDToTypeID( "Mk  " ); var desc190 = new ActionDescriptor(); var idNw = charIDToTypeID( "Nw  " ); var idChnl = charIDToTypeID( "Chnl" ); desc190.putClass( idNw, idChnl ); executeAction( idMk, desc190, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Channels-DuplicateChannel">
		<name id="Channels/DuplicateChannel/name" value="Duplicate Channel"/>
		<context id="Channels/DuplicateChannel/context" value="Channels &gt; Duplicate Channel"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idDplc = charIDToTypeID( "Dplc" ); var desc191 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref118 = new ActionReference(); var idChnl = charIDToTypeID( "Chnl" ); var idOrdn = charIDToTypeID( "Ordn" ); var idTrgt = charIDToTypeID( "Trgt" ); ref118.putEnumerated( idChnl, idOrdn, idTrgt ); desc191.putReference( idnull, ref118 ); executeAction( idDplc, desc191, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Channels-DeleteChannel">
		<name id="Channels/DeleteChannel/name" value="Delete Channel"/>
		<context id="Channels/DeleteChannel/context" value="Channels &gt; Delete Channel"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idDlt = charIDToTypeID( "Dlt " ); var desc192 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref119 = new ActionReference(); var idChnl = charIDToTypeID( "Chnl" ); var idOrdn = charIDToTypeID( "Ordn" ); var idTrgt = charIDToTypeID( "Trgt" ); ref119.putEnumerated( idChnl, idOrdn, idTrgt ); desc192.putReference( idnull, ref119 ); executeAction( idDlt, desc192, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Channels-NewSpotChannel">
		<name id="Channels/NewSpotChannel/name" value="New Spot Channel"/>
		<context id="Channels/NewSpotChannel/context" value="Channels &gt; New Spot Channel"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idMk = charIDToTypeID( "Mk  " ); var desc193 = new ActionDescriptor(); var idNw = charIDToTypeID( "Nw  " ); var idSCch = charIDToTypeID( "SCch" ); desc193.putClass( idNw, idSCch ); executeAction( idMk, desc193, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Channels-MergeSpotChannel">
		<name id="Channels/MergeSpotChannel/name" value="Merge Spot Channel"/>
		<context id="Channels/MergeSpotChannel/context" value="Channels &gt; Merge Spot Channel"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idMSpt = charIDToTypeID( "MSpt" ); executeAction( idMSpt, undefined, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Channels-ChannelOptions">
		<name id="Channels/ChannelOptions/name" value="Channel Options"/>
		<context id="Channels/ChannelOptions/context" value="Channels &gt; Channel Options"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc194 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref120 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idChnO = charIDToTypeID( "ChnO" ); ref120.putEnumerated( idMn, idMnIt, idChnO ); desc194.putReference( idnull, ref120 ); executeAction( idslct, desc194, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Channels-SplitChannels">
		<name id="Channels/SplitChannels/name" value="Split Channels"/>
		<context id="Channels/SplitChannels/context" value="Channels &gt; Split Channels"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idSplC = charIDToTypeID( "SplC" ); executeAction( idSplC, undefined, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Channels-MergeChannels">
		<name id="Channels/MergeChannels/name" value="Merge Channels"/>
		<context id="Channels/MergeChannels/context" value="Channels &gt; Merge Channels"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc195 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref121 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idMrgC = charIDToTypeID( "MrgC" ); ref121.putEnumerated( idMn, idMnIt, idMrgC ); desc195.putReference( idnull, ref121 ); executeAction( idslct, desc195, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Channels-PaletteOptions">
		<name id="Channels/PaletteOptions/name" value="Palette Options"/>
		<context id="Channels/PaletteOptions/context" value="Channels &gt; Palette Options"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc196 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref122 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idChnP = charIDToTypeID( "ChnP" ); ref122.putEnumerated( idMn, idMnIt, idChnP ); desc196.putReference( idnull, ref122 ); executeAction( idslct, desc196, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="CloneSource-Source1">
		<name id="CloneSource/Source1/name" value="Source 1"/>
		<context id="CloneSource/Source1/context" value="Clone Source &gt; Source 1"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc198 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref124 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idcloneSourceSourceone = stringIDToTypeID( "cloneSourceSource1" ); ref124.putEnumerated( idMn, idMnIt, idcloneSourceSourceone ); desc198.putReference( idnull, ref124 ); executeAction( idslct, desc198, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="CloneSource-Source2">
		<name id="CloneSource/Source2/name" value="Source 2"/>
		<context id="CloneSource/Source2/context" value="Clone Source &gt; Source 2"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc199 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref125 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idcloneSourceSourcetwo = stringIDToTypeID( "cloneSourceSource2" ); ref125.putEnumerated( idMn, idMnIt, idcloneSourceSourcetwo ); desc199.putReference( idnull, ref125 ); executeAction( idslct, desc199, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="CloneSource-Source3">
		<name id="CloneSource/Source3/name" value="Source 3"/>
		<context id="CloneSource/Source3/context" value="Clone Source &gt; Source 3"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc200 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref126 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idcloneSourceSourcethree = stringIDToTypeID( "cloneSourceSource3" ); ref126.putEnumerated( idMn, idMnIt, idcloneSourceSourcethree ); desc200.putReference( idnull, ref126 ); executeAction( idslct, desc200, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="CloneSource-Source4">
		<name id="CloneSource/Source4/name" value="Source 4"/>
		<context id="CloneSource/Source4/context" value="Clone Source &gt; Source 4"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc201 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref127 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idcloneSourceSourcefour = stringIDToTypeID( "cloneSourceSource4" ); ref127.putEnumerated( idMn, idMnIt, idcloneSourceSourcefour ); desc201.putReference( idnull, ref127 ); executeAction( idslct, desc201, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="CloneSource-Source5">
		<name id="CloneSource/Source5/name" value="Source 5"/>
		<context id="CloneSource/Source5/context" value="Clone Source &gt; Source 5"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc202 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref128 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idcloneSourceSourcefive = stringIDToTypeID( "cloneSourceSource5" ); ref128.putEnumerated( idMn, idMnIt, idcloneSourceSourcefive ); desc202.putReference( idnull, ref128 ); executeAction( idslct, desc202, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="CloneSource-ResetTransform">
		<name id="CloneSource/ResetTransform/name" value="Reset Transform"/>
		<context id="CloneSource/ResetTransform/context" value="Clone Source &gt; Reset Transform"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc203 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref129 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idcloneSourceResetTransform = stringIDToTypeID( "cloneSourceResetTransform" ); ref129.putEnumerated( idMn, idMnIt, idcloneSourceResetTransform ); desc203.putReference( idnull, ref129 ); executeAction( idslct, desc203, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="CloneSource-LockFrame">
		<name id="CloneSource/LockFrame/name" value="Lock Frame"/>
		<context id="CloneSource/LockFrame/context" value="Clone Source &gt; Lock Frame"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc204 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref130 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idcloneSourceLockFrame = stringIDToTypeID( "cloneSourceLockFrame" ); ref130.putEnumerated( idMn, idMnIt, idcloneSourceLockFrame ); desc204.putReference( idnull, ref130 ); executeAction( idslct, desc204, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="CloneSource-ShowOverlay">
		<name id="CloneSource/ShowOverlay/name" value="Show Overlay"/>
		<context id="CloneSource/ShowOverlay/context" value="Clone Source &gt; Show Overlay"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc205 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref131 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idcloneSourceShowOverlay = stringIDToTypeID( "cloneSourceShowOverlay" ); ref131.putEnumerated( idMn, idMnIt, idcloneSourceShowOverlay ); desc205.putReference( idnull, ref131 ); executeAction( idslct, desc205, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="CloneSource-AutoHideOverlay">
		<name id="CloneSource/AutoHideOverlay/name" value="Auto Hide Overlay"/>
		<context id="CloneSource/AutoHideOverlay/context" value="Clone Source &gt; Auto Hide Overlay"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc206 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref132 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idcloneSourceAutoHideOverlay = stringIDToTypeID( "cloneSourceAutoHideOverlay" ); ref132.putEnumerated( idMn, idMnIt, idcloneSourceAutoHideOverlay ); desc206.putReference( idnull, ref132 ); executeAction( idslct, desc206, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="CloneSource-InvertOverlay">
		<name id="CloneSource/InvertOverlay/name" value="Invert Overlay"/>
		<context id="CloneSource/InvertOverlay/context" value="Clone Source &gt; Invert Overlay"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc207 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref133 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idcloneSourceInvertOverlay = stringIDToTypeID( "cloneSourceInvertOverlay" ); ref133.putEnumerated( idMn, idMnIt, idcloneSourceInvertOverlay ); desc207.putReference( idnull, ref133 ); executeAction( idslct, desc207, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Color-GrayscaleSlider">
		<name id="Color/GrayscaleSlider/name" value="Grayscale Slider"/>
		<context id="Color/GrayscaleSlider/context" value="Color &gt; Grayscale Slider"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc2 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref2 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idPckG = charIDToTypeID( "PckG" ); ref2.putEnumerated( idMn, idMnIt, idPckG ); desc2.putReference( idnull, ref2 ); executeAction( idslct, desc2, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Color-RGBSliders">
		<name id="Color/RGBSliders/name" value="RGB Sliders"/>
		<context id="Color/RGBSliders/context" value="Color &gt; RGB Sliders"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc3 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref3 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idPckR = charIDToTypeID( "PckR" ); ref3.putEnumerated( idMn, idMnIt, idPckR ); desc3.putReference( idnull, ref3 ); executeAction( idslct, desc3, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Color-HSBSliders">
		<name id="Color/HSBSliders/name" value="HSB Sliders"/>
		<context id="Color/HSBSliders/context" value="Color &gt; HSB Sliders"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc4 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref4 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idPckH = charIDToTypeID( "PckH" ); ref4.putEnumerated( idMn, idMnIt, idPckH ); desc4.putReference( idnull, ref4 ); executeAction( idslct, desc4, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Color-CMYKSliders">
		<name id="Color/CMYKSliders/name" value="CMYK Sliders"/>
		<context id="Color/CMYKSliders/context" value="Color &gt; CMYK Sliders"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc5 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref5 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idPckC = charIDToTypeID( "PckC" ); ref5.putEnumerated( idMn, idMnIt, idPckC ); desc5.putReference( idnull, ref5 ); executeAction( idslct, desc5, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Color-LabSliders">
		<name id="Color/LabSliders/name" value="Lab Sliders"/>
		<context id="Color/LabSliders/context" value="Color &gt; Lab Sliders"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc6 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref6 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idPckL = charIDToTypeID( "PckL" ); ref6.putEnumerated( idMn, idMnIt, idPckL ); desc6.putReference( idnull, ref6 ); executeAction( idslct, desc6, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Color-WebColorSliders">
		<name id="Color/WebColorSliders/name" value="Web Color Sliders"/>
		<context id="Color/WebColorSliders/context" value="Color &gt; Web Color Sliders"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc7 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref7 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idpickWeb = stringIDToTypeID( "pickWeb" ); ref7.putEnumerated( idMn, idMnIt, idpickWeb ); desc7.putReference( idnull, ref7 ); executeAction( idslct, desc7, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Color-CopyColorasHTML">
		<name id="Color/CopyColorasHTML/name" value="Copy Color as HTML"/>
		<context id="Color/CopyColorasHTML/context" value="Color &gt; Copy Color as HTML"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc8 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref8 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idcopyAsHTML = stringIDToTypeID( "copyAsHTML" ); ref8.putEnumerated( idMn, idMnIt, idcopyAsHTML ); desc8.putReference( idnull, ref8 ); executeAction( idslct, desc8, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Color-RGBSpectrum">
		<name id="Color/RGBSpectrum/name" value="RGB Spectrum"/>
		<context id="Color/RGBSpectrum/context" value="Color &gt; RGB Spectrum"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc9 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref9 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idRGBSpectrum = stringIDToTypeID( "RGBSpectrum" ); ref9.putEnumerated( idMn, idMnIt, idRGBSpectrum ); desc9.putReference( idnull, ref9 ); executeAction( idslct, desc9, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Color-CMYKSpectrum">
		<name id="Color/CMYKSpectrum/name" value="CMYK Spectrum"/>
		<context id="Color/CMYKSpectrum/context" value="Color &gt; CMYK Spectrum"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc10 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref10 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idCMYKSpectrum = stringIDToTypeID( "CMYKSpectrum" ); ref10.putEnumerated( idMn, idMnIt, idCMYKSpectrum ); desc10.putReference( idnull, ref10 ); executeAction( idslct, desc10, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Color-GrayscaleRamp">
		<name id="Color/GrayscaleRamp/name" value="Grayscale Ramp"/>
		<context id="Color/GrayscaleRamp/context" value="Color &gt; Grayscale Ramp"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc11 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref11 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idgrayScaleRamp = stringIDToTypeID( "grayScaleRamp" ); ref11.putEnumerated( idMn, idMnIt, idgrayScaleRamp ); desc11.putReference( idnull, ref11 ); executeAction( idslct, desc11, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Color-CurrentColors">
		<name id="Color/CurrentColors/name" value="Current Colors"/>
		<context id="Color/CurrentColors/context" value="Color &gt; Current Colors"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc12 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref12 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idcurrentColors = stringIDToTypeID( "currentColors" ); ref12.putEnumerated( idMn, idMnIt, idcurrentColors ); desc12.putReference( idnull, ref12 ); executeAction( idslct, desc12, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Color-MakeRampWebSafe">
		<name id="Color/MakeRampWebSafe/name" value="Make Ramp Web Safe"/>
		<context id="Color/MakeRampWebSafe/context" value="Color &gt; Make Ramp Web Safe"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc13 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref13 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idwebSafeRamp = stringIDToTypeID( "webSafeRamp" ); ref13.putEnumerated( idMn, idMnIt, idwebSafeRamp ); desc13.putReference( idnull, ref13 ); executeAction( idslct, desc13, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Histogram-UncachedRefresh">
		<name id="Histogram/UncachedRefresh/name" value="Uncached Refresh"/>
		<context id="Histogram/UncachedRefresh/context" value="Histogram &gt; Uncached Refresh"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc14 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref14 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idhistogramPaletteUncachedRefresh = stringIDToTypeID( "histogramPaletteUncachedRefresh" ); ref14.putEnumerated( idMn, idMnIt, idhistogramPaletteUncachedRefresh ); desc14.putReference( idnull, ref14 ); executeAction( idslct, desc14, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Histogram-CompactView">
		<name id="Histogram/CompactView/name" value="Compact View"/>
		<context id="Histogram/CompactView/context" value="Histogram &gt; Compact View"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc15 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref15 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idhistogramPaletteCompactView = stringIDToTypeID( "histogramPaletteCompactView" ); ref15.putEnumerated( idMn, idMnIt, idhistogramPaletteCompactView ); desc15.putReference( idnull, ref15 ); executeAction( idslct, desc15, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Histogram-ExpandedView">
		<name id="Histogram/ExpandedView/name" value="Expanded View"/>
		<context id="Histogram/ExpandedView/context" value="Histogram &gt; Expanded View"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc16 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref16 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idhistogramPaletteExpandedView = stringIDToTypeID( "histogramPaletteExpandedView" ); ref16.putEnumerated( idMn, idMnIt, idhistogramPaletteExpandedView ); desc16.putReference( idnull, ref16 ); executeAction( idslct, desc16, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Histogram-AllChannelsView">
		<name id="Histogram/AllChannelsView/name" value="All Channels View"/>
		<context id="Histogram/AllChannelsView/context" value="Histogram &gt; All Channels View"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc17 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref17 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idhistogramPaletteAllChannelsView = stringIDToTypeID( "histogramPaletteAllChannelsView" ); ref17.putEnumerated( idMn, idMnIt, idhistogramPaletteAllChannelsView ); desc17.putReference( idnull, ref17 ); executeAction( idslct, desc17, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Histogram-ShowStatistics">
		<name id="Histogram/ShowStatistics/name" value="Show Statistics"/>
		<context id="Histogram/ShowStatistics/context" value="Histogram &gt; Show Statistics"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc18 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref18 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idhistogramPaletteShowStatistics = stringIDToTypeID( "histogramPaletteShowStatistics" ); ref18.putEnumerated( idMn, idMnIt, idhistogramPaletteShowStatistics ); desc18.putReference( idnull, ref18 ); executeAction( idslct, desc18, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Histogram-ShowChannelsinColor">
		<name id="Histogram/ShowChannelsinColor/name" value="Show Channels in Color"/>
		<context id="Histogram/ShowChannelsinColor/context" value="Histogram &gt; Show Channels in Color"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc19 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref19 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idhistogramPaletteShowChannelsInColor = stringIDToTypeID( "histogramPaletteShowChannelsInColor" ); ref19.putEnumerated( idMn, idMnIt, idhistogramPaletteShowChannelsInColor ); desc19.putReference( idnull, ref19 ); executeAction( idslct, desc19, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="History-StepForward">
		<name id="History/StepForward/name" value="Step Forward"/>
		<context id="History/StepForward/context" value="History &gt; Step Forward"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idNxt = charIDToTypeID( "Nxt " ); var desc20 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref20 = new ActionReference(); var idHstS = charIDToTypeID( "HstS" ); ref20.putClass( idHstS ); desc20.putReference( idnull, ref20 ); executeAction( idNxt, desc20, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="History-StepBackward">
		<name id="History/StepBackward/name" value="Step Backward"/>
		<context id="History/StepBackward/context" value="History &gt; Step Backward"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idPrvs = charIDToTypeID( "Prvs" ); var desc21 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref21 = new ActionReference(); var idHstS = charIDToTypeID( "HstS" ); ref21.putClass( idHstS ); desc21.putReference( idnull, ref21 ); executeAction( idPrvs, desc21, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="History-NewSnapshot">
		<name id="History/NewSnapshot/name" value="New Snapshot"/>
		<context id="History/NewSnapshot/context" value="History &gt; New Snapshot"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idMk = charIDToTypeID( "Mk  " ); var desc22 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref22 = new ActionReference(); var idSnpS = charIDToTypeID( "SnpS" ); ref22.putClass( idSnpS ); desc22.putReference( idnull, ref22 ); executeAction( idMk, desc22, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="History-Delete">
		<name id="History/Delete/name" value="Delete"/>
		<context id="History/Delete/context" value="History &gt; Delete"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idDlt = charIDToTypeID( "Dlt " ); var desc23 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref23 = new ActionReference(); var idHstS = charIDToTypeID( "HstS" ); var idOrdn = charIDToTypeID( "Ordn" ); var idTrgt = charIDToTypeID( "Trgt" ); ref23.putEnumerated( idHstS, idOrdn, idTrgt ); desc23.putReference( idnull, ref23 ); executeAction( idDlt, desc23, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="History-ClearHistory">
		<name id="History/ClearHistory/name" value="Clear History"/>
		<context id="History/ClearHistory/context" value="History &gt; Clear History"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idCler = charIDToTypeID( "Cler" ); var desc24 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref24 = new ActionReference(); var idPrpr = charIDToTypeID( "Prpr" ); var idHsSt = charIDToTypeID( "HsSt" ); ref24.putProperty( idPrpr, idHsSt ); var idDcmn = charIDToTypeID( "Dcmn" ); var idOrdn = charIDToTypeID( "Ordn" ); var idTrgt = charIDToTypeID( "Trgt" ); ref24.putEnumerated( idDcmn, idOrdn, idTrgt ); desc24.putReference( idnull, ref24 ); executeAction( idCler, desc24, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="History-NewDocument">
		<name id="History/NewDocument/name" value="New Document"/>
		<context id="History/NewDocument/context" value="History &gt; New Document"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idMk = charIDToTypeID( "Mk  " ); var desc25 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref25 = new ActionReference(); var idDcmn = charIDToTypeID( "Dcmn" ); ref25.putClass( idDcmn ); desc25.putReference( idnull, ref25 ); var idUsng = charIDToTypeID( "Usng" ); var ref26 = new ActionReference(); var idHstS = charIDToTypeID( "HstS" ); var idCrnH = charIDToTypeID( "CrnH" ); ref26.putProperty( idHstS, idCrnH ); desc25.putReference( idUsng, ref26 ); executeAction( idMk, desc25, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="History-HistoryOptions">
		<name id="History/HistoryOptions/name" value="History Options"/>
		<context id="History/HistoryOptions/context" value="History &gt; History Options"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc26 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref27 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idHstO = charIDToTypeID( "HstO" ); ref27.putEnumerated( idMn, idMnIt, idHstO ); desc26.putReference( idnull, ref27 ); executeAction( idslct, desc26, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Info-PaletteOptions">
		<name id="Info/PaletteOptions/name" value="Palette Options"/>
		<context id="Info/PaletteOptions/context" value="Info &gt; Palette Options"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc29 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref30 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idInfP = charIDToTypeID( "InfP" ); ref30.putEnumerated( idMn, idMnIt, idInfP ); desc29.putReference( idnull, ref30 ); executeAction( idslct, desc29, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Info-ColorSamplers">
		<name id="Info/ColorSamplers/name" value="Color Samplers"/>
		<context id="Info/ColorSamplers/context" value="Info &gt; Color Samplers"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc30 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref31 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idInfT = charIDToTypeID( "InfT" ); ref31.putEnumerated( idMn, idMnIt, idInfT ); desc30.putReference( idnull, ref31 ); executeAction( idslct, desc30, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="LayerComps-NewLayerComp">
		<name id="LayerComps/NewLayerComp/name" value="New Layer Comp"/>
		<context id="LayerComps/NewLayerComp/context" value="Layer Comps &gt; New Layer Comp"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idMk = charIDToTypeID( "Mk  " ); var desc31 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref32 = new ActionReference(); var idcompsClass = stringIDToTypeID( "compsClass" ); ref32.putClass( idcompsClass ); desc31.putReference( idnull, ref32 ); executeAction( idMk, desc31, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="LayerComps-DuplicateLayerComp">
		<name id="LayerComps/DuplicateLayerComp/name" value="Duplicate Layer Comp"/>
		<context id="LayerComps/DuplicateLayerComp/context" value="Layer Comps &gt; Duplicate Layer Comp"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idDplc = charIDToTypeID( "Dplc" ); var desc32 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref33 = new ActionReference(); var idcompsClass = stringIDToTypeID( "compsClass" ); var idOrdn = charIDToTypeID( "Ordn" ); var idTrgt = charIDToTypeID( "Trgt" ); ref33.putEnumerated( idcompsClass, idOrdn, idTrgt ); desc32.putReference( idnull, ref33 ); executeAction( idDplc, desc32, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="LayerComps-DeleteLayerComp">
		<name id="LayerComps/DeleteLayerComp/name" value="Delete Layer Comp"/>
		<context id="LayerComps/DeleteLayerComp/context" value="Layer Comps &gt; Delete Layer Comp"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idDlt = charIDToTypeID( "Dlt " ); var desc33 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref34 = new ActionReference(); var idcompsClass = stringIDToTypeID( "compsClass" ); var idOrdn = charIDToTypeID( "Ordn" ); var idTrgt = charIDToTypeID( "Trgt" ); ref34.putEnumerated( idcompsClass, idOrdn, idTrgt ); desc33.putReference( idnull, ref34 ); executeAction( idDlt, desc33, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="LayerComps-UpdateLayerComp">
		<name id="LayerComps/UpdateLayerComp/name" value="Update Layer Comp"/>
		<context id="LayerComps/UpdateLayerComp/context" value="Layer Comps &gt; Update Layer Comp"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idrecapture = stringIDToTypeID( "recapture" ); var desc34 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref35 = new ActionReference(); var idcompsClass = stringIDToTypeID( "compsClass" ); var idOrdn = charIDToTypeID( "Ordn" ); var idTrgt = charIDToTypeID( "Trgt" ); ref35.putEnumerated( idcompsClass, idOrdn, idTrgt ); desc34.putReference( idnull, ref35 ); executeAction( idrecapture, desc34, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="LayerComps-ApplyLayerComp">
		<name id="LayerComps/ApplyLayerComp/name" value="Apply Layer Comp"/>
		<context id="LayerComps/ApplyLayerComp/context" value="Layer Comps &gt; Apply Layer Comp"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idapplyComp = stringIDToTypeID( "applyComp" ); var desc35 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref36 = new ActionReference(); var idcompsClass = stringIDToTypeID( "compsClass" ); var idOrdn = charIDToTypeID( "Ordn" ); var idTrgt = charIDToTypeID( "Trgt" ); ref36.putEnumerated( idcompsClass, idOrdn, idTrgt ); desc35.putReference( idnull, ref36 ); executeAction( idapplyComp, desc35, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="LayerComps-NextLayerComp">
		<name id="LayerComps/NextLayerComp/name" value="Next Layer Comp"/>
		<context id="LayerComps/NextLayerComp/context" value="Layer Comps &gt; Next Layer Comp"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idapplyComp = stringIDToTypeID( "applyComp" ); var desc36 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref37 = new ActionReference(); var idcompsClass = stringIDToTypeID( "compsClass" ); var idOrdn = charIDToTypeID( "Ordn" ); var idNxt = charIDToTypeID( "Nxt " ); ref37.putEnumerated( idcompsClass, idOrdn, idNxt ); desc36.putReference( idnull, ref37 ); executeAction( idapplyComp, desc36, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="LayerComps-PreviousLayerComp">
		<name id="LayerComps/PreviousLayerComp/name" value="Previous Layer Comp"/>
		<context id="LayerComps/PreviousLayerComp/context" value="Layer Comps &gt; Previous Layer Comp"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idapplyComp = stringIDToTypeID( "applyComp" ); var desc37 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref38 = new ActionReference(); var idcompsClass = stringIDToTypeID( "compsClass" ); var idOrdn = charIDToTypeID( "Ordn" ); var idPrvs = charIDToTypeID( "Prvs" ); ref38.putEnumerated( idcompsClass, idOrdn, idPrvs ); desc37.putReference( idnull, ref38 ); executeAction( idapplyComp, desc37, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="LayerComps-RestoreLastDocumentState">
		<name id="LayerComps/RestoreLastDocumentState/name" value="Restore Last Document State"/>
		<context id="LayerComps/RestoreLastDocumentState/context" value="Layer Comps &gt; Restore Last Document State"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idresetFromComp = stringIDToTypeID( "resetFromComp" ); var desc38 = new ActionDescriptor(); executeAction( idresetFromComp, desc38, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="LayerComps-LayerCompOptions">
		<name id="LayerComps/LayerCompOptions/name" value="Layer Comp Options"/>
		<context id="LayerComps/LayerCompOptions/context" value="Layer Comps &gt; Layer Comp Options"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idsetd = charIDToTypeID( "setd" ); var desc39 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref39 = new ActionReference(); var idcompsClass = stringIDToTypeID( "compsClass" ); var idOrdn = charIDToTypeID( "Ordn" ); var idTrgt = charIDToTypeID( "Trgt" ); ref39.putEnumerated( idcompsClass, idOrdn, idTrgt ); desc39.putReference( idnull, ref39 ); executeAction( idsetd, desc39, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Layers-NewLayer">
		<name id="Layers/NewLayer/name" value="New Layer"/>
		<context id="Layers/NewLayer/context" value="Layers &gt; New Layer"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id987 = charIDToTypeID( "Mk  " ); var desc185 = new ActionDescriptor(); var id988 = charIDToTypeID( "null" ); var ref144 = new ActionReference(); var id989 = charIDToTypeID( "Lyr " ); ref144.putClass( id989 ); desc185.putReference( id988, ref144 ); executeAction( id987, desc185, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Layers-DuplicateLayer(Group)">
		<name id="Layers/DuplicateLayer(Group)/name" value="Duplicate Layer/Group"/>
		<context id="Layers/DuplicateLayer(Group)/context" value="Layers &gt; Duplicate Layer/Group"/>
		<desc id="Layers/DuplicateLayer(Group)/desc" value="Duplicate the selected Layer(s) or Group(s)"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id990 = charIDToTypeID( "Dplc" ); var desc186 = new ActionDescriptor(); var id991 = charIDToTypeID( "null" ); var ref145 = new ActionReference(); var id992 = charIDToTypeID( "Lyr " ); var id993 = charIDToTypeID( "Ordn" ); var id994 = charIDToTypeID( "Trgt" ); ref145.putEnumerated( id992, id993, id994 ); desc186.putReference( id991, ref145 ); executeAction( id990, desc186, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Layers-DeleteLayer(Group)">
		<name id="Layers/DeleteLayer(Group)/name" value="Delete Layer/Group"/>
		<context id="Layers/DeleteLayer(Group)/context" value="Layers &gt; Delete Layer/Group"/>
		<desc id="Layers/DeleteLayer(Group)/desc" value="Delete the selected Layer(s) or Group(s)"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id995 = charIDToTypeID( "Dlt " ); var desc187 = new ActionDescriptor(); var id996 = charIDToTypeID( "null" ); var ref146 = new ActionReference(); var id997 = charIDToTypeID( "Lyr " ); var id998 = charIDToTypeID( "Ordn" ); var id999 = charIDToTypeID( "Trgt" ); ref146.putEnumerated( id997, id998, id999 ); desc187.putReference( id996, ref146 ); executeAction( id995, desc187, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Layers-DeleteHiddenLayers">
		<name id="Layers/DeleteHiddenLayers/name" value="Delete Hidden Layers"/>
		<context id="Layers/DeleteHiddenLayers/context" value="Layers &gt; Delete Hidden Layers"/>
		<desc id="Layers/DeleteHiddenLayers/desc" value="Delete Hidden Layers"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id1000 = charIDToTypeID( "Dlt " ); var desc188 = new ActionDescriptor(); var id1001 = charIDToTypeID( "null" ); var ref147 = new ActionReference(); var id1002 = charIDToTypeID( "Lyr " ); var id1003 = charIDToTypeID( "Ordn" ); var id1004 = stringIDToTypeID( "hidden" ); ref147.putEnumerated( id1002, id1003, id1004 ); desc188.putReference( id1001, ref147 ); executeAction( id1000, desc188, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Layers-NewGroup">
		<name id="Layers/NewGroup/name" value="New Group"/>
		<context id="Layers/NewGroup/context" value="Layers &gt; New Group"/>
		<desc id="Layers/NewGroup/desc" value="Create a new layer group"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id1005 = charIDToTypeID( "slct" ); var desc189 = new ActionDescriptor(); var id1006 = charIDToTypeID( "null" ); var ref148 = new ActionReference(); var id1007 = charIDToTypeID( "Mn  " ); var id1008 = charIDToTypeID( "MnIt" ); var id1009 = stringIDToTypeID( "layerSection" ); ref148.putEnumerated( id1007, id1008, id1009 ); desc189.putReference( id1006, ref148 ); executeAction( id1005, desc189, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Layers-NewGroupfromLayers">
		<name id="Layers/NewGroupfromLayers/name" value="New Group from Layers"/>
		<context id="Layers/NewGroupfromLayers/context" value="Layers &gt; New Group from Layers"/>
		<desc id="Layers/NewGroupfromLayers/desc" value="Create a new layer group containing the selected layer(s)"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id1010 = stringIDToTypeID( "groupLayersEvent" ); var desc190 = new ActionDescriptor(); var id1011 = charIDToTypeID( "null" ); var ref149 = new ActionReference(); var id1012 = charIDToTypeID( "Lyr " ); var id1013 = charIDToTypeID( "Ordn" ); var id1014 = charIDToTypeID( "Trgt" ); ref149.putEnumerated( id1012, id1013, id1014 ); desc190.putReference( id1011, ref149 ); executeAction( id1010, desc190, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Layers-LockAllLayers">
		<name id="Layers/LockAllLayers/name" value="Lock All Layers"/>
		<context id="Layers/LockAllLayers/context" value="Layers &gt; Lock All Layers"/>
		<desc id="Layers/LockAllLayers/desc" value="Lock all selected layers"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id1015 = charIDToTypeID( "slct" ); var desc191 = new ActionDescriptor(); var id1016 = charIDToTypeID( "null" ); var ref150 = new ActionReference(); var id1017 = charIDToTypeID( "Mn  " ); var id1018 = charIDToTypeID( "MnIt" ); var id1019 = stringIDToTypeID( "applyLocking" ); ref150.putEnumerated( id1017, id1018, id1019 ); desc191.putReference( id1016, ref150 ); executeAction( id1015, desc191, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Layers-ConverttoSmartObject">
		<name id="Layers/ConverttoSmartObject/name" value="Convert to Smart Object"/>
		<context id="Layers/ConverttoSmartObject/context" value="Layers &gt; Convert to Smart Object"/>
		<desc id="Layers/ConverttoSmartObject/desc" value="Convert the selected layer(s) to a Smart Object"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id1020 = charIDToTypeID( "slct" ); var desc192 = new ActionDescriptor(); var id1021 = charIDToTypeID( "null" ); var ref151 = new ActionReference(); var id1022 = charIDToTypeID( "Mn  " ); var id1023 = charIDToTypeID( "MnIt" ); var id1024 = stringIDToTypeID( "newPlacedLayer" ); ref151.putEnumerated( id1022, id1023, id1024 ); desc192.putReference( id1021, ref151 ); executeAction( id1020, desc192, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Layers-EditContents">
		<name id="Layers/EditContents/name" value="Edit Contents"/>
		<context id="Layers/EditContents/context" value="Layers &gt; Edit Contents"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id1025 = charIDToTypeID( "slct" ); var desc193 = new ActionDescriptor(); var id1026 = charIDToTypeID( "null" ); var ref152 = new ActionReference(); var id1027 = charIDToTypeID( "Mn  " ); var id1028 = charIDToTypeID( "MnIt" ); var id1029 = stringIDToTypeID( "placedLayerEditContents" ); ref152.putEnumerated( id1027, id1028, id1029 ); desc193.putReference( id1026, ref152 ); executeAction( id1025, desc193, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Layers-Layer(Group)Properties">
		<name id="Layers/Layer(Group)Properties/name" value="Layer/Group Properties"/>
		<context id="Layers/Layer(Group)Properties/context" value="Layers &gt; Layer/Group Properties"/>
		<desc id="Layers/Layer(Group)Properties/desc" value="Adjust the properties of the selected Layer or Group"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id1030 = charIDToTypeID( "slct" ); var desc194 = new ActionDescriptor(); var id1031 = charIDToTypeID( "null" ); var ref153 = new ActionReference(); var id1032 = charIDToTypeID( "Mn  " ); var id1033 = charIDToTypeID( "MnIt" ); var id1034 = charIDToTypeID( "LyrO" ); ref153.putEnumerated( id1032, id1033, id1034 ); desc194.putReference( id1031, ref153 ); executeAction( id1030, desc194, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Layers-BlendingOptions">
		<name id="Layers/BlendingOptions/name" value="Blending Options"/>
		<context id="Layers/BlendingOptions/context" value="Layers &gt; Blending Options"/>
		<desc id="Layers/BlendingOptions/desc" value="Define the Blending Options of a selected Layer"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id1035 = charIDToTypeID( "setd" ); var desc195 = new ActionDescriptor(); var id1036 = charIDToTypeID( "null" ); var ref154 = new ActionReference(); var id1037 = charIDToTypeID( "Prpr" ); var id1038 = stringIDToTypeID( "blendOptions" ); ref154.putProperty( id1037, id1038 ); var id1039 = charIDToTypeID( "Lyr " ); var id1040 = charIDToTypeID( "Ordn" ); var id1041 = charIDToTypeID( "Trgt" ); ref154.putEnumerated( id1039, id1040, id1041 ); desc195.putReference( id1036, ref154 ); var id1042 = charIDToTypeID( "T   " ); var desc196 = new ActionDescriptor(); var id1043 = stringIDToTypeID( "blendOptions" ); var id1044 = stringIDToTypeID( "blendOptions" ); desc196.putClass( id1043, id1044 ); var id1045 = stringIDToTypeID( "blendOptions" ); desc195.putObject( id1042, id1045, desc196 ); executeAction( id1035, desc195, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Layers-Create/ReleaseClippingMask">
		<name id="Layers/Create/ReleaseClippingMask/name" value="Create/Release Clipping Mask"/>
		<context id="Layers/Create/ReleaseClippingMask/context" value="Layers &gt; Create/Release Clipping Mask"/>
		<desc id="Layers/Create/ReleaseClippingMask/desc" value="Create or release a clipping mask"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id1046 = charIDToTypeID( "GrpL" ); executeAction( id1046, undefined, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Layers-Link/UnlinkLayers">
		<name id="Layers/Link/UnlinkLayers/name" value="Link/Unlink Layers"/>
		<context id="Layers/Link/UnlinkLayers/context" value="Layers &gt; Link/Unlink Layers"/>
		<desc id="Layers/Link/UnlinkLayers/desc" value="Link or unlink the selected layers"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id1047 = stringIDToTypeID( "linkSelectedLayers" ); var desc197 = new ActionDescriptor(); var id1048 = charIDToTypeID( "null" ); var ref155 = new ActionReference(); var id1049 = charIDToTypeID( "Lyr " ); var id1050 = charIDToTypeID( "Ordn" ); var id1051 = charIDToTypeID( "Trgt" ); ref155.putEnumerated( id1049, id1050, id1051 ); desc197.putReference( id1048, ref155 ); executeAction( id1047, desc197, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Layers-SelectLinkedLayers">
		<name id="Layers/SelectLinkedLayers/name" value="Select Linked Layers"/>
		<context id="Layers/SelectLinkedLayers/context" value="Layers &gt; Select Linked Layers"/>
		<desc id="Layers/SelectLinkedLayers/desc" value="Select all linked layers"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id1052 = stringIDToTypeID( "selectLinkedLayers" ); var desc198 = new ActionDescriptor(); var id1053 = charIDToTypeID( "null" ); var ref156 = new ActionReference(); var id1054 = charIDToTypeID( "Lyr " ); var id1055 = charIDToTypeID( "Ordn" ); var id1056 = charIDToTypeID( "Trgt" ); ref156.putEnumerated( id1054, id1055, id1056 ); desc198.putReference( id1053, ref156 ); executeAction( id1052, desc198, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Layers-MergeLayers">
		<name id="Layers/MergeLayers/name" value="Merge Layers"/>
		<context id="Layers/MergeLayers/context" value="Layers &gt; Merge Layers"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id1057 = charIDToTypeID( "Mrg2" ); executeAction( id1057, undefined, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Layers-MergeVisible">
		<name id="Layers/MergeVisible/name" value="Merge Visible"/>
		<context id="Layers/MergeVisible/context" value="Layers &gt; Merge Visible"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id1058 = charIDToTypeID( "MrgV" ); executeAction( id1058, undefined, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Layers-FlattenImage">
		<name id="Layers/FlattenImage/name" value="Flatten Image"/>
		<context id="Layers/FlattenImage/context" value="Layers &gt; Flatten Image"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id1059 = charIDToTypeID( "FltI" ); executeAction( id1059, undefined, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Layers-Automatic">
		<name id="Layers/Automatic/name" value="Automatic"/>
		<context id="Layers/Automatic/context" value="Layers &gt; Animation Options &gt; Automatic"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id1060 = charIDToTypeID( "slct" ); var desc199 = new ActionDescriptor(); var id1061 = charIDToTypeID( "null" ); var ref157 = new ActionReference(); var id1062 = charIDToTypeID( "Mn  " ); var id1063 = charIDToTypeID( "MnIt" ); var id1064 = stringIDToTypeID( "animationOptionsAuto" ); ref157.putEnumerated( id1062, id1063, id1064 ); desc199.putReference( id1061, ref157 ); executeAction( id1060, desc199, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Layers-AlwaysShow">
		<name id="Layers/AlwaysShow/name" value="Always Show"/>
		<context id="Layers/AlwaysShow/context" value="Layers &gt; Animation Options &gt; Always Show"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id1065 = charIDToTypeID( "slct" ); var desc200 = new ActionDescriptor(); var id1066 = charIDToTypeID( "null" ); var ref158 = new ActionReference(); var id1067 = charIDToTypeID( "Mn  " ); var id1068 = charIDToTypeID( "MnIt" ); var id1069 = stringIDToTypeID( "animationOptionsShow" ); ref158.putEnumerated( id1067, id1068, id1069 ); desc200.putReference( id1066, ref158 ); executeAction( id1065, desc200, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Layers-AlwaysHide">
		<name id="Layers/AlwaysHide/name" value="Always Hide"/>
		<context id="Layers/AlwaysHide/context" value="Layers &gt; Animation Options &gt; Always Hide"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id1070 = charIDToTypeID( "slct" ); var desc201 = new ActionDescriptor(); var id1071 = charIDToTypeID( "null" ); var ref159 = new ActionReference(); var id1072 = charIDToTypeID( "Mn  " ); var id1073 = charIDToTypeID( "MnIt" ); var id1074 = stringIDToTypeID( "animationOptionsHide" ); ref159.putEnumerated( id1072, id1073, id1074 ); desc201.putReference( id1071, ref159 ); executeAction( id1070, desc201, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Layers-PaletteOptions">
		<name id="Layers/PaletteOptions/name" value="Palette Options"/>
		<context id="Layers/PaletteOptions/context" value="Layers &gt; Palette Options"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var id1075 = charIDToTypeID( "slct" ); var desc202 = new ActionDescriptor(); var id1076 = charIDToTypeID( "null" ); var ref160 = new ActionReference(); var id1077 = charIDToTypeID( "Mn  " ); var id1078 = charIDToTypeID( "MnIt" ); var id1079 = charIDToTypeID( "LyrP" ); ref160.putEnumerated( id1077, id1078, id1079 ); desc202.putReference( id1076, ref160 ); executeAction( id1075, desc202, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHXS" id="MeasurementLog-Default">
		<name id="MeasurementLog/Default/name" value="Default"/>
		<context id="MeasurementLog/Default/context" value="Measurement Log &gt; Set Measurement Scale &gt; Default"/>
		<desc id="MeasurementLog/Default/desc" value="Set a default Measurement Scale"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc40 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref40 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idmeasurementScaleDefault = stringIDToTypeID( "measurementScaleDefault" ); ref40.putEnumerated( idMn, idMnIt, idmeasurementScaleDefault ); desc40.putReference( idnull, ref40 ); executeAction( idslct, desc40, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHXS" id="MeasurementLog-Custom">
		<name id="MeasurementLog/Custom/name" value="Custom"/>
		<context id="MeasurementLog/Custom/context" value="Measurement Log &gt; Set Measurement Scale &gt; Custom"/>
		<desc id="MeasurementLog/Custom/desc" value="Set a Custom Measurement Scale"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc41 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref41 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idmeasurementScaleCustom = stringIDToTypeID( "measurementScaleCustom" ); ref41.putEnumerated( idMn, idMnIt, idmeasurementScaleCustom ); desc41.putReference( idnull, ref41 ); executeAction( idslct, desc41, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHXS" id="MeasurementLog-Custom">
		<name id="MeasurementLog/Custom/name" value="Custom"/>
		<context id="MeasurementLog/Custom/context" value="Measurement Log &gt; Select Data Points &gt; Custom"/>
		<desc id="MeasurementLog/Custom/desc" value="Select Custom Data Points for the Measurement Log"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc42 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref42 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idmeasurementDataPointsCustom = stringIDToTypeID( "measurementDataPointsCustom" ); ref42.putEnumerated( idMn, idMnIt, idmeasurementDataPointsCustom ); desc42.putReference( idnull, ref42 ); executeAction( idslct, desc42, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHXS" id="MeasurementLog-RecordMeasurements">
		<name id="MeasurementLog/RecordMeasurements/name" value="Record Measurements"/>
		<context id="MeasurementLog/RecordMeasurements/context" value="Measurement Log &gt; Record Measurements"/>
		<desc id="MeasurementLog/RecordMeasurements/desc" value="Record Measurements for the Measurement Log"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc43 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref43 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idmeasurementRecordMeasurements = stringIDToTypeID( "measurementRecordMeasurements" ); ref43.putEnumerated( idMn, idMnIt, idmeasurementRecordMeasurements ); desc43.putReference( idnull, ref43 ); executeAction( idslct, desc43, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHXS" id="MeasurementLog-SelectAll">
		<name id="MeasurementLog/SelectAll/name" value="Select All"/>
		<context id="MeasurementLog/SelectAll/context" value="Measurement Log &gt; Select All"/>
		<desc id="MeasurementLog/SelectAll/desc" value="Select All Measurement Log data"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc44 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref44 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idmeasurementLogSelectAll = stringIDToTypeID( "measurementLogSelectAll" ); ref44.putEnumerated( idMn, idMnIt, idmeasurementLogSelectAll ); desc44.putReference( idnull, ref44 ); executeAction( idslct, desc44, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHXS" id="MeasurementLog-DeselectAll">
		<name id="MeasurementLog/DeselectAll/name" value="Deselect All"/>
		<context id="MeasurementLog/DeselectAll/context" value="Measurement Log &gt; Deselect All"/>
		<desc id="MeasurementLog/DeselectAll/desc" value="Deselect All Measurement Log data"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc45 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref45 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idmeasurementLogDeselectAll = stringIDToTypeID( "measurementLogDeselectAll" ); ref45.putEnumerated( idMn, idMnIt, idmeasurementLogDeselectAll ); desc45.putReference( idnull, ref45 ); executeAction( idslct, desc45, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHXS" id="MeasurementLog-ExportSelected">
		<name id="MeasurementLog/ExportSelected/name" value="Export Selected"/>
		<context id="MeasurementLog/ExportSelected/context" value="Measurement Log &gt; Export Selected"/>
		<desc id="MeasurementLog/ExportSelected/desc" value="Export Selected Measurement log data"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc46 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref46 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idmeasurementLogExportSelected = stringIDToTypeID( "measurementLogExportSelected" ); ref46.putEnumerated( idMn, idMnIt, idmeasurementLogExportSelected ); desc46.putReference( idnull, ref46 ); executeAction( idslct, desc46, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHXS" id="MeasurementLog-DeleteSelected">
		<name id="MeasurementLog/DeleteSelected/name" value="Delete Selected"/>
		<context id="MeasurementLog/DeleteSelected/context" value="Measurement Log &gt; Delete Selected"/>
		<desc id="MeasurementLog/DeleteSelected/desc" value="Delete Selected Measurement Log data"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc47 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref47 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idmeasurementLogDeleteSelected = stringIDToTypeID( "measurementLogDeleteSelected" ); ref47.putEnumerated( idMn, idMnIt, idmeasurementLogDeleteSelected ); desc47.putReference( idnull, ref47 ); executeAction( idslct, desc47, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHXS" id="MeasurementLog-AutoDisplayPalette">
		<name id="MeasurementLog/AutoDisplayPalette/name" value="Auto Display Palette"/>
		<context id="MeasurementLog/AutoDisplayPalette/context" value="Measurement Log &gt; Auto Display Palette"/>
		<desc id="MeasurementLog/AutoDisplayPalette/desc" value="Automatically display the Measurement Log Palette"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc48 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref48 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idmeasurementLogAutoDisplayPalette = stringIDToTypeID( "measurementLogAutoDisplayPalette" ); ref48.putEnumerated( idMn, idMnIt, idmeasurementLogAutoDisplayPalette ); desc48.putReference( idnull, ref48 ); executeAction( idslct, desc48, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Navigator-PaletteOptions">
		<name id="Navigator/PaletteOptions/name" value="Palette Options"/>
		<context id="Navigator/PaletteOptions/context" value="Navigator &gt; Palette Options"/>
		<desc id="Navigator/PaletteOptions/desc" value="Control color border choices for the Navigator window"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc49 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref49 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idNvgP = charIDToTypeID( "NvgP" ); ref49.putEnumerated( idMn, idMnIt, idNvgP ); desc49.putReference( idnull, ref49 ); executeAction( idslct, desc49, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Paths-NewPath">
		<name id="Paths/NewPath/name" value="New Path"/>
		<context id="Paths/NewPath/context" value="Paths &gt; New Path"/>
		<desc id="Paths/NewPath/desc" value="Create a New Path"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idMk = charIDToTypeID( "Mk  " ); var desc50 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref50 = new ActionReference(); var idPath = charIDToTypeID( "Path" ); ref50.putClass( idPath ); desc50.putReference( idnull, ref50 ); executeAction( idMk, desc50, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Paths-DuplicatePath">
		<name id="Paths/DuplicatePath/name" value="Duplicate Path"/>
		<context id="Paths/DuplicatePath/context" value="Paths &gt; Duplicate Path"/>
		<desc id="Paths/DuplicatePath/desc" value="Duplicate an existing Path"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idDplc = charIDToTypeID( "Dplc" ); var desc51 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref51 = new ActionReference(); var idPath = charIDToTypeID( "Path" ); var idOrdn = charIDToTypeID( "Ordn" ); var idTrgt = charIDToTypeID( "Trgt" ); ref51.putEnumerated( idPath, idOrdn, idTrgt ); desc51.putReference( idnull, ref51 ); executeAction( idDplc, desc51, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Paths-DeletePath">
		<name id="Paths/DeletePath/name" value="Delete Path"/>
		<context id="Paths/DeletePath/context" value="Paths &gt; Delete Path"/>
		<desc id="Paths/DeletePath/desc" value="Delete an existing Path"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idDlt = charIDToTypeID( "Dlt " ); var desc52 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref52 = new ActionReference(); var idPath = charIDToTypeID( "Path" ); var idOrdn = charIDToTypeID( "Ordn" ); var idTrgt = charIDToTypeID( "Trgt" ); ref52.putEnumerated( idPath, idOrdn, idTrgt ); desc52.putReference( idnull, ref52 ); executeAction( idDlt, desc52, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Paths-MakeWorkPath">
		<name id="Paths/MakeWorkPath/name" value="Make Work Path"/>
		<context id="Paths/MakeWorkPath/context" value="Paths &gt; Make Work Path"/>
		<desc id="Paths/MakeWorkPath/desc" value="Create a Work Path"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idMk = charIDToTypeID( "Mk  " ); var desc53 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref53 = new ActionReference(); var idPath = charIDToTypeID( "Path" ); ref53.putClass( idPath ); desc53.putReference( idnull, ref53 ); var idFrom = charIDToTypeID( "From" ); var ref54 = new ActionReference(); var idcsel = charIDToTypeID( "csel" ); var idfsel = charIDToTypeID( "fsel" ); ref54.putProperty( idcsel, idfsel ); desc53.putReference( idFrom, ref54 ); executeAction( idMk, desc53, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Paths-MakeSelection">
		<name id="Paths/MakeSelection/name" value="Make Selection"/>
		<context id="Paths/MakeSelection/context" value="Paths &gt; Make Selection"/>
		<desc id="Paths/MakeSelection/desc" value="Make a Selection from a Path"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idsetd = charIDToTypeID( "setd" ); var desc54 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref55 = new ActionReference(); var idChnl = charIDToTypeID( "Chnl" ); var idfsel = charIDToTypeID( "fsel" ); ref55.putProperty( idChnl, idfsel ); desc54.putReference( idnull, ref55 ); var idT = charIDToTypeID( "T   " ); var ref56 = new ActionReference(); var idPath = charIDToTypeID( "Path" ); var idOrdn = charIDToTypeID( "Ordn" ); var idTrgt = charIDToTypeID( "Trgt" ); ref56.putEnumerated( idPath, idOrdn, idTrgt ); desc54.putReference( idT, ref56 ); executeAction( idsetd, desc54, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Paths-FillPath">
		<name id="Paths/FillPath/name" value="Fill Path"/>
		<context id="Paths/FillPath/context" value="Paths &gt; Fill Path"/>
		<desc id="Paths/FillPath/desc" value="Fill a Path"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idFl = charIDToTypeID( "Fl  " ); var desc55 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref57 = new ActionReference(); var idPath = charIDToTypeID( "Path" ); var idOrdn = charIDToTypeID( "Ordn" ); var idTrgt = charIDToTypeID( "Trgt" ); ref57.putEnumerated( idPath, idOrdn, idTrgt ); desc55.putReference( idnull, ref57 ); executeAction( idFl, desc55, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Paths-StrokePath">
		<name id="Paths/StrokePath/name" value="Stroke Path"/>
		<context id="Paths/StrokePath/context" value="Paths &gt; Stroke Path"/>
		<desc id="Paths/StrokePath/desc" value="Stroke the border of a Path"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idStrk = charIDToTypeID( "Strk" ); var desc56 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref58 = new ActionReference(); var idPath = charIDToTypeID( "Path" ); var idOrdn = charIDToTypeID( "Ordn" ); var idTrgt = charIDToTypeID( "Trgt" ); ref58.putEnumerated( idPath, idOrdn, idTrgt ); desc56.putReference( idnull, ref58 ); executeAction( idStrk, desc56, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Paths-ClippingPath">
		<name id="Paths/ClippingPath/name" value="Clipping Path"/>
		<context id="Paths/ClippingPath/context" value="Paths &gt; Clipping Path"/>
		<desc id="Paths/ClippingPath/desc" value="Create a Clipping Path"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idsetd = charIDToTypeID( "setd" ); var desc57 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref59 = new ActionReference(); var idPath = charIDToTypeID( "Path" ); var idClPt = charIDToTypeID( "ClPt" ); ref59.putProperty( idPath, idClPt ); desc57.putReference( idnull, ref59 ); executeAction( idsetd, desc57, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Paths-PaletteOptions">
		<name id="Paths/PaletteOptions/name" value="Palette Options"/>
		<context id="Paths/PaletteOptions/context" value="Paths &gt; Palette Options"/>
		<desc id="Paths/PaletteOptions/desc" value="Change Palette options for Paths"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc58 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref60 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idPthP = charIDToTypeID( "PthP" ); ref60.putEnumerated( idMn, idMnIt, idPthP ); desc58.putReference( idnull, ref60 ); executeAction( idslct, desc58, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Styles-NewStyle">
		<name id="Styles/NewStyle/name" value="New Style"/>
		<context id="Styles/NewStyle/context" value="Styles &gt; New Style"/>
		<desc id="Styles/NewStyle/desc" value="Create a new Style"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc62 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref62 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idSlsN = charIDToTypeID( "SlsN" ); ref62.putEnumerated( idMn, idMnIt, idSlsN ); desc62.putReference( idnull, ref62 ); executeAction( idslct, desc62, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Styles-TextOnly">
		<name id="Styles/TextOnly/name" value="Text Only"/>
		<context id="Styles/TextOnly/context" value="Styles &gt; Text Only"/>
		<desc id="Styles/TextOnly/desc" value="View Styles by Text only"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc63 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref63 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idstylesTextView = stringIDToTypeID( "stylesTextView" ); ref63.putEnumerated( idMn, idMnIt, idstylesTextView ); desc63.putReference( idnull, ref63 ); executeAction( idslct, desc63, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Styles-SmallThumbnail">
		<name id="Styles/SmallThumbnail/name" value="Small Thumbnail"/>
		<context id="Styles/SmallThumbnail/context" value="Styles &gt; Small Thumbnail"/>
		<desc id="Styles/SmallThumbnail/desc" value="View Styles by a small Thumbnail"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc64 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref64 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idstylesSmallThumbnailView = stringIDToTypeID( "stylesSmallThumbnailView" ); ref64.putEnumerated( idMn, idMnIt, idstylesSmallThumbnailView ); desc64.putReference( idnull, ref64 ); executeAction( idslct, desc64, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Styles-LargeThumbnail">
		<name id="Styles/LargeThumbnail/name" value="Large Thumbnail"/>
		<context id="Styles/LargeThumbnail/context" value="Styles &gt; Large Thumbnail"/>
		<desc id="Styles/LargeThumbnail/desc" value="View Styles by a large Thumbnail"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc65 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref65 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idstylesThumbnailView = stringIDToTypeID( "stylesThumbnailView" ); ref65.putEnumerated( idMn, idMnIt, idstylesThumbnailView ); desc65.putReference( idnull, ref65 ); executeAction( idslct, desc65, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Styles-SmallList">
		<name id="Styles/SmallList/name" value="Small List"/>
		<context id="Styles/SmallList/context" value="Styles &gt; Small List"/>
		<desc id="Styles/SmallList/desc" value="View Styles by a small list"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc66 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref66 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idstylesSmallTextView = stringIDToTypeID( "stylesSmallTextView" ); ref66.putEnumerated( idMn, idMnIt, idstylesSmallTextView ); desc66.putReference( idnull, ref66 ); executeAction( idslct, desc66, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Styles-LargeList">
		<name id="Styles/LargeList/name" value="Large List"/>
		<context id="Styles/LargeList/context" value="Styles &gt; Large List"/>
		<desc id="Styles/LargeList/desc" value="View Styles by a large list"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc67 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref67 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idstylesTextThumbnailView = stringIDToTypeID( "stylesTextThumbnailView" ); ref67.putEnumerated( idMn, idMnIt, idstylesTextThumbnailView ); desc67.putReference( idnull, ref67 ); executeAction( idslct, desc67, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Styles-ResetStyles">
		<name id="Styles/ResetStyles/name" value="Reset Styles"/>
		<context id="Styles/ResetStyles/context" value="Styles &gt; Reset Styles"/>
		<desc id="Styles/ResetStyles/desc" value="Reset Styles to default"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc68 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref68 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idSlsR = charIDToTypeID( "SlsR" ); ref68.putEnumerated( idMn, idMnIt, idSlsR ); desc68.putReference( idnull, ref68 ); executeAction( idslct, desc68, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Styles-LoadStyles">
		<name id="Styles/LoadStyles/name" value="Load Styles"/>
		<context id="Styles/LoadStyles/context" value="Styles &gt; Load Styles"/>
		<desc id="Styles/LoadStyles/desc" value="Load Styles"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc69 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref69 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idSlsA = charIDToTypeID( "SlsA" ); ref69.putEnumerated( idMn, idMnIt, idSlsA ); desc69.putReference( idnull, ref69 ); executeAction( idslct, desc69, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Styles-SaveStyles">
		<name id="Styles/SaveStyles/name" value="Save Styles"/>
		<context id="Styles/SaveStyles/context" value="Styles &gt; Save Styles"/>
		<desc id="Styles/SaveStyles/desc" value="Save Styles"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc70 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref70 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idSlsv = charIDToTypeID( "Slsv" ); ref70.putEnumerated( idMn, idMnIt, idSlsv ); desc70.putReference( idnull, ref70 ); executeAction( idslct, desc70, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Styles-ReplaceStyles">
		<name id="Styles/ReplaceStyles/name" value="Replace Styles"/>
		<context id="Styles/ReplaceStyles/context" value="Styles &gt; Replace Styles"/>
		<desc id="Styles/ReplaceStyles/desc" value="Replace existing Styles"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc71 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref71 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idSlsd = charIDToTypeID( "Slsd" ); ref71.putEnumerated( idMn, idMnIt, idSlsd ); desc71.putReference( idnull, ref71 ); executeAction( idslct, desc71, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Swatches-NewSwatch">
		<name id="Swatches/NewSwatch/name" value="New Swatch"/>
		<context id="Swatches/NewSwatch/context" value="Swatches &gt; New Swatch"/>
		<desc id="Swatches/NewSwatch/desc" value="Create a new Swatch"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc72 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref72 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idswatchesNew = stringIDToTypeID( "swatchesNew" ); ref72.putEnumerated( idMn, idMnIt, idswatchesNew ); desc72.putReference( idnull, ref72 ); executeAction( idslct, desc72, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Swatches-SmallThumbnail">
		<name id="Swatches/SmallThumbnail/name" value="Small Thumbnail"/>
		<context id="Swatches/SmallThumbnail/context" value="Swatches &gt; Small Thumbnail"/>
		<desc id="Swatches/SmallThumbnail/desc" value="View a small Swatch Thumbnail"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc73 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref73 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idswatchesThumbnailView = stringIDToTypeID( "swatchesThumbnailView" ); ref73.putEnumerated( idMn, idMnIt, idswatchesThumbnailView ); desc73.putReference( idnull, ref73 ); executeAction( idslct, desc73, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Swatches-LargeThumbnail">
		<name id="Swatches/LargeThumbnail/name" value="Large Thumbnail"/>
		<context id="Swatches/LargeThumbnail/context" value="Swatches &gt; Large Thumbnail"/>
		<desc id="Swatches/LargeThumbnail/desc" value="View a large Swatch Thumbnail"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc74 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref74 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idswatchesLargeThumbnailView = stringIDToTypeID( "swatchesLargeThumbnailView" ); ref74.putEnumerated( idMn, idMnIt, idswatchesLargeThumbnailView ); desc74.putReference( idnull, ref74 ); executeAction( idslct, desc74, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Swatches-SmallList">
		<name id="Swatches/SmallList/name" value="Small List"/>
		<context id="Swatches/SmallList/context" value="Swatches &gt; Small List"/>
		<desc id="Swatches/SmallList/desc" value="View a small Swatch List"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc75 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref75 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idswatchesTextThumbnailView = stringIDToTypeID( "swatchesTextThumbnailView" ); ref75.putEnumerated( idMn, idMnIt, idswatchesTextThumbnailView ); desc75.putReference( idnull, ref75 ); executeAction( idslct, desc75, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Swatches-LargeList">
		<name id="Swatches/LargeList/name" value="Large List"/>
		<context id="Swatches/LargeList/context" value="Swatches &gt; Large List"/>
		<desc id="Swatches/LargeList/desc" value="View a Large Swatch List"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc76 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref76 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idswatchesLargeListView = stringIDToTypeID( "swatchesLargeListView" ); ref76.putEnumerated( idMn, idMnIt, idswatchesLargeListView ); desc76.putReference( idnull, ref76 ); executeAction( idslct, desc76, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Swatches-ResetSwatches">
		<name id="Swatches/ResetSwatches/name" value="Reset Swatches"/>
		<context id="Swatches/ResetSwatches/context" value="Swatches &gt; Reset Swatches"/>
		<desc id="Swatches/ResetSwatches/desc" value="Reset Swatches to default"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc77 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref77 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idSwtR = charIDToTypeID( "SwtR" ); ref77.putEnumerated( idMn, idMnIt, idSwtR ); desc77.putReference( idnull, ref77 ); executeAction( idslct, desc77, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Swatches-LoadSwatches">
		<name id="Swatches/LoadSwatches/name" value="Load Swatches"/>
		<context id="Swatches/LoadSwatches/context" value="Swatches &gt; Load Swatches"/>
		<desc id="Swatches/LoadSwatches/desc" value="Load Swatches"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc78 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref78 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idSwtA = charIDToTypeID( "SwtA" ); ref78.putEnumerated( idMn, idMnIt, idSwtA ); desc78.putReference( idnull, ref78 ); executeAction( idslct, desc78, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Swatches-SaveSwatches">
		<name id="Swatches/SaveSwatches/name" value="Save Swatches"/>
		<context id="Swatches/SaveSwatches/context" value="Swatches &gt; Save Swatches"/>
		<desc id="Swatches/SaveSwatches/desc" value="Save Swatches"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc79 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref79 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idSwtS = charIDToTypeID( "SwtS" ); ref79.putEnumerated( idMn, idMnIt, idSwtS ); desc79.putReference( idnull, ref79 ); executeAction( idslct, desc79, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
	<feature application="PHSP" id="Swatches-ReplaceSwatches">
		<name id="Swatches/ReplaceSwatches/name" value="Replace Swatches"/>
		<context id="Swatches/ReplaceSwatches/context" value="Swatches &gt; Replace Swatches"/>
		<desc id="Swatches/ReplaceSwatches/desc" value="Replace swatches"/>
		<command>
<![CDATA[ErrStrs = {}; ErrStrs.USER_CANCELLED=localize("$$$/ScriptingSupport/Error/UserCancelled=User cancelled the operation"); try {var idslct = charIDToTypeID( "slct" ); var desc80 = new ActionDescriptor(); var idnull = charIDToTypeID( "null" ); var ref80 = new ActionReference(); var idMn = charIDToTypeID( "Mn  " ); var idMnIt = charIDToTypeID( "MnIt" ); var idSwtp = charIDToTypeID( "Swtp" ); ref80.putEnumerated( idMn, idMnIt, idSwtp ); desc80.putReference( idnull, ref80 ); executeAction( idslct, desc80, DialogModes.ALL );} catch(e){if (e.toString().indexOf(ErrStrs.USER_CANCELLED)!=-1) {;} else{alert(localize("$$$/ScriptingSupport/Error/CommandNotAvailable=The command is currently not available"));}}]]>		</command>
	</feature>
</afd>
